dlestrat 2004/05/22 14:34:56
Modified: . maven.xml
Log:
Adding userinfo db script to build.
Revision Changes Path
1.59 +2 -1 jakarta-jetspeed-2/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/jakarta-jetspeed-2/maven.xml,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- maven.xml 21 May 2004 22:15:31 -0000 1.58
+++ maven.xml 22 May 2004 21:34:56 -0000 1.59
@@ -360,6 +360,8 @@
<goal name="db.create.production">
<attainGoal name="db.production.properties"/>
<attainGoal name="db.create"/>
+ <j:set var="database.arg.script" value="./src/sql/populate-userinfo-for-default-psml.sql"
/>
+ <attainGoal name="db.execute" />
</goal>
<goal name="db.create">
@@ -407,7 +409,6 @@
<!-- TODO: I'd like to implement this as a plugin or use commons SQL -->
<!-- ================================================================ -->
<goal name="db.recreate">
-<!-- <attainGoal name="db.drop" /> -->
<attainGoal name="db.create.production" />
</goal>
---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org
|