dion 2004/09/01 18:05:37
Modified: . maven.xml
Log:
exclude failing plugin
Revision Changes Path
1.11 +1 -1 maven-plugins/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/maven-plugins/maven.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- maven.xml 2 Sep 2004 01:01:05 -0000 1.10
+++ maven.xml 2 Sep 2004 01:05:37 -0000 1.11
@@ -20,7 +20,7 @@
<goal name="plugins:test-all">
<j:set var="goal" value="plugin:test"/>
- <j:set var="maven.multiproject.excludes" value="dashboard/*,eclipse/*"/>
+ <j:set var="maven.multiproject.excludes"
value="dashboard/*,eclipse/*,html2xdoc/*"/>
<attainGoal name="multiproject:goal"/>
</goal>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]