From 2f6054577e93546ce5597604df66a60ada4d51dd Mon Sep 17 00:00:00 2001 From: evenisse Date: Sat, 5 Apr 2003 08:13:36 +0000 Subject: [PATCH] Split java plugin in clean, jar and java plugin. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113260 13f79535-47bb-0310-9956-ffa450edef68 --- java/plugin.jelly | 190 ++--------------------------------------- java/xdocs/changes.xml | 4 + 2 files changed, 10 insertions(+), 184 deletions(-) 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