CVS: jcontainer/loom maven.xml,1.12,1.13
mauro-yCVjj/[email protected] Sat, 1 Nov 2003 07:47:08 -0600
| Newsgroups | gmane.comp.java.jcontainer.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/jcontainer/jcontainer/loom
In directory hogshead.codehaus.org:/tmp/cvs-serv15539/loom
Modified Files:
maven.xml
Log Message:
Excluded plugins from loom components group
Index: maven.xml
===================================================================
RCS file: /cvsroot/jcontainer/jcontainer/loom/maven.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- maven.xml 28 Oct 2003 13:38:07 -0000 1.12
+++ maven.xml 1 Nov 2003 13:47:06 -0000 1.13
@@ -28,7 +28,8 @@
<echo message="Build components"/>
<maven:reactor
basedir="${basedir}"
- includes="engine/project.xml,launcher/project.xml,info/project.xml"
+ includes="*/project.xml"
+ excludes="demos/*/project.xml,distribution/project.xml,integration-test/project.xml,plugins/project.xml,site/project.xml"
goals="clean:clean,build"
banner="Building"
ignoreFailures="false"/>
@@ -76,7 +77,7 @@
<maven:reactor
basedir="${basedir}"
includes="*/project.xml"
- excludes="distribution/project.xml,site/project.xml,demos/*/project.xml,integration-test/project.xml"
+ excludes="demos/*/project.xml,distribution/project.xml,integration-test/project.xml,plugins/project.xml,site/project.xml"
goals="clean:clean"
banner="Cleaning"
ignoreFailures="false"/>
@@ -124,7 +125,7 @@
<maven:reactor
basedir="${basedir}"
includes="*/project.xml"
- excludes="distribution/project.xml,site/project.xml,demos/*/project.xml,integration-test/project.xml"
+ excludes="demos/*/project.xml,distribution/project.xml,integration-test/project.xml,plugins/project.xml,site/project.xml"
goals="clean:clean,deploy"
banner="Deploying"
ignoreFailures="false"/>