From 6d5d3ab2664b26b59e02aa54af5d414b130238ba Mon Sep 17 00:00:00 2001 From: brett Date: Wed, 29 Dec 2004 07:47:16 +0000 Subject: [PATCH] PR: MPGUMP-3 add nag element at module level git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@123601 13f79535-47bb-0310-9956-ffa450edef68 --- gump/src/plugin-resources/module.jelly | 4 +++- gump/xdocs/changes.xml | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/gump/src/plugin-resources/module.jelly b/gump/src/plugin-resources/module.jelly index 06409926..bc5d9b67 100755 --- a/gump/src/plugin-resources/module.jelly +++ b/gump/src/plugin-resources/module.jelly @@ -34,7 +34,9 @@ ${pom.shortDescription} - ]]> + + + ]]> ]]>]]> diff --git a/gump/xdocs/changes.xml b/gump/xdocs/changes.xml index 511dc90e..5b19f6f8 100644 --- a/gump/xdocs/changes.xml +++ b/gump/xdocs/changes.xml @@ -30,6 +30,7 @@ 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 + Add nag element at module level 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