The maven svg plugin converts svg to the png or jpg format.
More and more images nowadays are created with svg and one of the things you
want to prevent is that generated images end up in eg cvs or have to regenerate
each time you do something different with the design.
From the specified svg directory the plugin will generate jpg or png's into the image
directory under your maven.docs.src
property.
install the plugin by typing :
maven -DgroupId=org.mvdb.maven -DartifactId=maven-svg-plugin -Dversion=1.1 plugin:download -Dmaven.repo.remote=http://www.mvdb.org/dist/maven/