CVS: jcontainer/loom/plugins maven.xml,1.3,1.4 project.xml,1.6,1.7
Peter Donald <pdonald-yCVjj/[email protected]>
| Newsgroups | gmane.comp.java.jcontainer.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/jcontainer/jcontainer/loom/plugins
In directory hogshead.codehaus.org:/tmp/cvs-serv15415/plugins
Modified Files:
maven.xml project.xml
Log Message:
Reworked reactor (again) so that EVERYTHING has the same version and the reactor uses the latest and greates of everything INCLUDING plugins.
Also nuked the tools project as it was now empty
Index: maven.xml
===================================================================
RCS file: /cvsroot/jcontainer/jcontainer/loom/plugins/maven.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- maven.xml 16 Oct 2003 15:10:11 -0000 1.3
+++ maven.xml 28 Oct 2003 13:38:08 -0000 1.4
@@ -5,7 +5,7 @@
<attainGoal name="build"/>
</goal>
- <goal name="build"
+ <goal name="loom:build"
description="Build all plugins">
<maven:reactor
basedir="${basedir}"
@@ -16,7 +16,7 @@
</goal>
<goal
- name="install"
+ name="loom:install"
description="Installs each plugin into plugins dir">
<maven:reactor
basedir="${basedir}"
@@ -26,7 +26,7 @@
ignoreFailures="true"/>
</goal>
- <goal name="deploy"
+ <goal name="loom:deploy"
description="Deploys each plugin">
<maven:reactor
basedir="${basedir}"
@@ -36,7 +36,7 @@
ignoreFailures="true"/>
</goal>
- <goal name="clean"
+ <goal name="loom:clean"
description="Cleans each plugin">
<maven:reactor
basedir="${basedir}"
@@ -46,7 +46,7 @@
ignoreFailures="false"/>
</goal>
- <goal name="docs"
+ <goal name="loom:docs"
description="Builds each plugin documentation">
<maven:reactor
basedir="${basedir}"
Index: project.xml
===================================================================
RCS file: /cvsroot/jcontainer/jcontainer/loom/plugins/project.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- project.xml 21 Oct 2003 16:27:54 -0000 1.6
+++ project.xml 28 Oct 2003 13:38:08 -0000 1.7
@@ -2,6 +2,7 @@
<project>
<extend>${basedir}/../project.xml</extend>
<name>Loom Plugins</name>
+ <currentVersion>1.0-beta1-dev</currentVersion>
<groupId>loom</groupId>
<distributionDirectory>/www/dist.codehaus.org</distributionDirectory>