diff --git a/jar/plugin.jelly b/jar/plugin.jelly index 870fb617..2d2e580f 100644 --- a/jar/plugin.jelly +++ b/jar/plugin.jelly @@ -7,7 +7,8 @@ xmlns:maven="jelly:maven" xmlns:deploy="deploy" xmlns:util="jelly:util" - xmlns:doc="doc"> + xmlns:doc="doc" + xmlns:log="jelly:log"> @@ -70,7 +71,6 @@ - @@ -78,6 +78,36 @@ + + + ${maven.jar.manifest.attributes.list} + + + + [user attribute] ${attribute}: ${value} + + + + + + ${maven.jar.manifest.groups.list} + + + + + + ${groupAttributes} + [group] Name: ${groupName} + + + + + [attribute] ${attribute}: ${value} + + + + + diff --git a/jar/project.xml b/jar/project.xml index 6756b538..abf96772 100644 --- a/jar/project.xml +++ b/jar/project.xml @@ -5,7 +5,7 @@ 3 maven-jar-plugin Maven Jar Plug-in - 1.2-SNAPSHOT + 1.3 Java Project Management Tools http://maven.apache.org/reference/plugins/jar/