weaver 2004/03/05 08:54:37
Modified: . maven.xml
Log:
added a "quickStart" goal that does a db.receate and a portal/maven fullDeploy
Revision Changes Path
1.32 +12 -0 jakarta-jetspeed-2/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/jakarta-jetspeed-2/maven.xml,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- maven.xml 2 Mar 2004 22:26:28 -0000 1.31
+++ maven.xml 5 Mar 2004 16:54:37 -0000 1.32
@@ -313,5 +313,17 @@
<!-- <attainGoal name="db.drop" /> -->
<attainGoal name="db.create" />
</goal>
+
+ <goal name="quickStart"
+ description="Creates the production DB and calls portal/maven fulDeploy">
+ <attainGoal name="db.recreate" />
+ <maven:reactor
+ basedir="${basedir}"
+ includes="portal/project.xml"
+ goals="fullDeploy"
+ banner="Deploying basic Jetspeed portal suite"
+ postProcessing="false"
+ ignoreFailures="false"/>
+ </goal>
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]