maven-plugin to support command-line configuration
Brought to you by:
lvca
In the process of moving from ANT to Maven, it is
possible to write a roma maven plugin, usable to
perform all set of operations at this time done through
ant standard commands.
As starting point, we should define which are the tasks
hard-coded into ant build.xml.
An introduction to maven-plugin development can be
found here:
<a
href="http://maven.apache.org/guides/introduction/introduction-to-plugins.html">
http://maven.apache.org/guides/introduction/introduction-to-plugins.html</a>