CVS: plexus-components maven.xml,1.5,1.6
[email protected] Fri, 2 May 2003 08:12:58 -0500
| Newsgroups | gmane.comp.java.plexus.devel |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/plexus/plexus-components
In directory eng.werken.com:/tmp/cvs-serv26992
Modified Files:
maven.xml
Log Message:
o Updating for the component build, manifest creation so that the plexus
plugin can be fixed up.
Index: maven.xml
===================================================================
RCS file: /cvsroot/plexus/plexus-components/maven.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- maven.xml 26 Mar 2003 17:07:24 -0000 1.5
+++ maven.xml 2 May 2003 13:12:54 -0000 1.6
@@ -16,7 +16,6 @@
<maven:reactor
basedir="${basedir}"
includes="*/project.xml"
- excludes="axis/*,summit/*"
goals="clean,java:jar,jar:install"
banner="Building"
ignoreFailures="false"
@@ -36,7 +35,6 @@
<maven:reactor
basedir="${basedir}"
includes="*/project.xml"
- excludes="jcs/*"
goals="site:generate"
banner="Building"
ignoreFailures="false"
@@ -53,7 +51,6 @@
<maven:reactor
basedir="${basedir}"
includes="*/project.xml"
- excludes="jcs/*"
goals="site:deploy"
banner="Building"
ignoreFailures="false"
@@ -72,7 +69,6 @@
<maven:reactor
basedir="${basedir}"
includes="*/project.xml"
- excludes="jcs/*"
goals="pom:deploy"
banner="Building"
ignoreFailures="false"
@@ -84,7 +80,6 @@
<maven:reactor
basedir="${basedir}"
includes="*/project.xml"
- excludes="jcs/*"
goals="pom:install"
banner="Building"
ignoreFailures="false"
@@ -96,7 +91,6 @@
<maven:reactor
basedir="${basedir}"
includes="*/project.xml"
- excludes="jcs/*"
goals="jar:deploy"
banner="Building"
ignoreFailures="false"
@@ -115,7 +109,6 @@
<maven:reactor
basedir="${basedir}"
includes="*/project.xml"
- excludes="jcs/*"
banner="Building"
ignoreFailures="false"
postProcessing="true"