mdiggory 2004/02/18 04:44:41
Modified: commons-build maven.xml
Log:
Changed name of goals so they do not conflict with subprojects.
Revision Changes Path
1.8 +8 -45 jakarta-commons/commons-build/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/commons-build/maven.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- maven.xml 16 Feb 2004 19:00:43 -0000 1.7
+++ maven.xml 18 Feb 2004 12:44:41 -0000 1.8
@@ -40,13 +40,13 @@
<!-- number and combination of conditions. -->
<!-- ==================================================================== -->
-<project default="build-all" xmlns:maven="jelly:maven">
+<project default="commons-build" xmlns:maven="jelly:maven">
<!-- ================================================================== -->
<!-- B U I L D -->
<!-- ================================================================== -->
- <goal name="build-all">
+ <goal name="commons-build">
<maven:reactor
basedir="${basedir}/.."
@@ -63,68 +63,31 @@
<!-- W E B S I T E -->
<!-- ================================================================== -->
- <goal name="site">
+ <goal name="commons-site-generate">
<maven:reactor
basedir="${basedir}/.."
includes="*/project.xml"
excludes="commons-build/project.xml"
- goals="site:deploy"
+ goals="site:generate"
banner="Generating site for"
ignoreFailures="true"
/>
- <attainGoal name="site-front-end"/>
-
- </goal>
-
- <!-- ================================================================== -->
- <!-- F R O N T E N D W E B S I T E -->
- <!-- ================================================================== -->
-
- <goal name="site-front-end">
-
- <maven:reactor
- basedir="${basedir}/.."
- includes="*/project.xml"
- excludes="commons-build/project.xml"
- goals="noop"
- ignoreFailures="true"
- />
-
- <!--
- ||
- || Generate the documentation for the front-end site. First we will
- || generate the navigation based on the projects that we just
- || processed, then we will generate the front-end site itself.
- ||
- -->
-
- <!-- texen has been "superceeded
- <attainGoal name="init-texen-tag"/>
-
- <texen:generate
- controlTemplate="navigation.vm"
- outputDirectory="${basedir}/xdocs"
- templatePath="${basedir}"
- outputFile="navigation.xml"
- reactorProjects="${reactorProjects}"
- />
- -->
- <attainGoal name="xdoc"/>
-
+ <attainGoal name="xdoc"/>
</goal>
+
<!-- ================================================================== -->
<!-- F R O N T E N D W E B S I T E -->
<!-- ================================================================== -->
<goal
- name="deploy-front-end-site">
+ name="commons-site-deploy">
<maven:user-check user="${maven.username}"/>
- <attainGoal name="site-front-end"/>
+ <attainGoal name="commons-site-generate"/>
<!-- This needs to taken from the project properties -->
<property name="maven.homepage"
value="/x1/home/jvanzyl/public_html/jakarta-commons/"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]