vinayc 2004/03/17 11:50:06
Modified: . maven.xml
Log:
Delete altrmi jars from local maven repository during 'clean-all' maven task
Revision Changes Path
1.4 +8 -2 incubator-altrmi/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/incubator-altrmi/maven.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- maven.xml 4 Sep 2003 21:24:24 -0000 1.3
+++ maven.xml 17 Mar 2004 19:50:06 -0000 1.4
@@ -55,9 +55,15 @@
goals="clean"
banner="Cleaning subproject:"
ignoreFailures="true"/>
+
+ <ant:echo message="****************************"/>
+ <ant:echo message="Deleting local maven altrmi repository"/>
+ <ant:echo message="*****************************"/>
+ <ant:delete dir="${maven.repo.local}/${pom.artifactDirectory}/"/>
+
</goal>
-
+
<!-- /**
*BUILD THE SITE(includes MODULE SITES)
*/
@@ -101,7 +107,7 @@
<!-- Generate the common documentation -->
<attainGoal name="faq"/>
- <attainGoal name="site"/>
+ <attainGoal name="xdoc"/>
</goal>
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]