quattor / maven-tools

Maven-based Build Tools
www.quattor.org
Apache License 2.0
3 stars 12 forks source link

Update cfg-module used to create a new component skeleton #151

Open jouvin opened 7 years ago

jouvin commented 7 years ago

Build tools contains a component cfg-module that can be used to initialize a new configuration module and produce the skeletons for the POM file, the perl module, the pan templates... This is typically done with the command:

mvn archetype:generate -DarchetypeArtifactId=cfg-module -DarchetypeGroupId=org.quattor.maven -DarchetypeVersion=1.51

Unfortunately the result is not compliant with our current best practices and standards... An update is needed!

One cfg-module has been updated, it would be good to add the commande to the developer documentation.