diff --git a/gump/plugin.properties b/gump/plugin.properties index 3b1768e8..3d488508 100644 --- a/gump/plugin.properties +++ b/gump/plugin.properties @@ -21,3 +21,4 @@ maven.gump.ant.target = dist maven.gump.maven.goals=jar maven.gump.descriptor=${basedir}/gump.xml +maven.gump.module.name=${pom.artifactId} diff --git a/gump/src/plugin-resources/module.jelly b/gump/src/plugin-resources/module.jelly index 79b662f9..06409926 100755 --- a/gump/src/plugin-resources/module.jelly +++ b/gump/src/plugin-resources/module.jelly @@ -32,7 +32,7 @@ - If you have a requirement that leads to hand editing, please consider filing - a feature request at ${plugin.issueTrackingUrl} - + ${pom.shortDescription} ]]> diff --git a/gump/xdocs/changes.xml b/gump/xdocs/changes.xml index aab8eae4..511dc90e 100644 --- a/gump/xdocs/changes.xml +++ b/gump/xdocs/changes.xml @@ -25,11 +25,12 @@ + Add maven.gump.module.name property for overriding the module name Add junitreport element to the descriptor Add multiproject module for generating a single module with several projects within the one descriptor. Set maven.final.name as a property for the <maven element, instead of final.name Set <home to ${basedir} instead of ${maven.build.dir}, and set jar path relative to that - Stop mapping Maven names to gump names inside the plugin, but allow the project to do this for itself + Stop mapping Maven names to gump names inside the plugin, but allow the project to do this for itself Handle subversion as an SCM type