brett 2004/03/03 02:54:57
Modified: . Tag: MAVEN-1_0-BRANCH maven.xml
Log:
aspectwerkz is fixed
Revision Changes Path
No revision
No revision
1.97.2.14 +1 -2 maven/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/maven/maven.xml,v
retrieving revision 1.97.2.13
retrieving revision 1.97.2.14
diff -u -r1.97.2.13 -r1.97.2.14
--- maven.xml 3 Mar 2004 10:47:43 -0000 1.97.2.13
+++ maven.xml 3 Mar 2004 10:54:57 -0000 1.97.2.14
@@ -76,7 +76,7 @@
<maven:reactor
basedir="${maven.plugins.directory}"
includes="${maven.plugins.includes}"
- excludes="${maven.plugins.excludes},aspectwerkz/**"
+ excludes="${maven.plugins.excludes}"
goals="plugin:test"
banner="Testing"
ignoreFailures="false"
@@ -186,7 +186,6 @@
<j:set var="groupId" value="maven" />
<j:set var="artifactId" value="${reactorProject.artifactId}" />
<attainGoal name="plugin:download-artifact" />
-<echo>${maven.repo.local}/${reactorProject.groupId}/plugins/${reactorProject.artifactId}-${version}.jar</echo>
<ant:copy
file="${maven.repo.local}/${reactorProject.groupId}/plugins/${reactorProject.artifactId}-${version}.jar"
todir="${installerDir}/plugins"
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]