jford       2004/02/19 16:05:27

  Modified:    .        maven.xml
  Log:
  Fixed creation of the database vs the test database.

  

  By creating the test database first, the property default.database.url was being 
overwritten, thus causing the db.create goal to also write to the test database
  
  Revision  Changes    Path
  1.15      +3 -3      jakarta-jetspeed-2/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/maven.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- maven.xml 12 Feb 2004 16:36:50 -0000      1.14
  +++ maven.xml 20 Feb 2004 00:05:27 -0000      1.15
  @@ -73,14 +73,14 @@
       <maven:reactor
                  basedir="${basedir}"
                  includes="services/registry/project.xml"
  -               goals="db.test.recreate,db.recreate,jar:install"
  +               goals="db.recreate,db.test.recreate,jar:install"
                  banner="Build and Install the services - registry jar"
                  postProcessing="false"
                  ignoreFailures="false"/>
       <maven:reactor
                  basedir="${basedir}"
                  includes="services/security/project.xml"
  -               goals="db.test.recreate,db.recreate,jar:install"
  +               goals="db.recreate,db.test.recreate,jar:install"
                  banner="Build and Install the services - security jar"
                  postProcessing="false"
                  ignoreFailures="false"/>
  @@ -89,7 +89,7 @@
        <maven:reactor
                  basedir="${basedir}"
                  includes="portal/project.xml"
  -               goals="db.test.recreate,db.recreate,ojb.registry,war:install"
  +               goals="db.recreate,db.test.recreate,ojb.registry,war:install"
                  banner="Build and Install the Portlet WAR"
                  postProcessing="false"
                  ignoreFailures="false"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to