diff --git a/java/plugin.jelly b/java/plugin.jelly index 5d22dd4c..a23222ed 100644 --- a/java/plugin.jelly +++ b/java/plugin.jelly @@ -3,13 +3,7 @@ + xmlns:resources="resources"> @@ -142,180 +140,4 @@ /> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Building snapshot JAR: ${maven.final.name} - - - - - - - - - - - - - - - - - ${maven.build.dir}/${maven.jar.to.deploy} - - - - - ${jarToDeploy.substring(base.length())} - - - - - - - - - - - - - - - - - ${maven.build.dir}/${maven.jar.to.deploy} - - - - - ${jarToDeploy.substring(base.length())} - - - - - - - - - - - - - id = '${pom.artifactId}' - groupId = '${pom.groupId}' - artifactDirectory = '${pom.artifactDirectory}' - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/java/xdocs/changes.xml b/java/xdocs/changes.xml index e88e9c05..e3f5bbc1 100644 --- a/java/xdocs/changes.xml +++ b/java/xdocs/changes.xml @@ -9,6 +9,10 @@ + + Remove clean goals and jar goals. Clean goals and jar goals move to + clean plugin and jar plugin. + Added chgrp maven to jar:deploy. Added velocity.log to files deleted on clean