brett 2004/11/22 04:14:08
Modified: . maven.xml
Log:
messed up the branching of the new site, so it is now on HEAD.
I have disabled site generation on HEAD until the new doco is finished and
voted in - in the mean time, any site releases should continue from
MAVEN-1_0-BRANCH
Revision Changes Path
1.108 +8 -0 maven/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/maven/maven.xml,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- maven.xml 11 Nov 2004 10:56:10 -0000 1.107
+++ maven.xml 22 Nov 2004 12:14:08 -0000 1.108
@@ -22,6 +22,14 @@
xmlns:ant="jelly:ant"
xmlns:maven="jelly:maven">
+ <goal name="site:deploy">
+ <fail>Site deployment has been disabled until the site is stable</fail>
+ </goal>
+
+ <goal name="site:sshdeploy">
+ <fail>Site deployment has been disabled until the site is stable</fail>
+ </goal>
+
<preGoal name="java:jar-resources">
<ant:filter token="pom.currentVersion" value="${pom.currentVersion}" />
</preGoal>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]