You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by tf...@apache.org on 2005/09/08 09:32:51 UTC

svn commit: r279527 - /db/torque/test/trunk/test-project/maven.xml

Author: tfischer
Date: Thu Sep  8 00:32:47 2005
New Revision: 279527

URL: http://svn.apache.org/viewcvs?rev=279527&view=rev
Log:
- changed the default target to torque-test:run
- removed explicit passing of variables to the torque maven plugin, as
  this is not needed.

Modified:
    db/torque/test/trunk/test-project/maven.xml

Modified: db/torque/test/trunk/test-project/maven.xml
URL: http://svn.apache.org/viewcvs/db/torque/test/trunk/test-project/maven.xml?rev=279527&r1=279526&r2=279527&view=diff
==============================================================================
--- db/torque/test/trunk/test-project/maven.xml (original)
+++ db/torque/test/trunk/test-project/maven.xml Thu Sep  8 00:32:47 2005
@@ -28,7 +28,7 @@
 <project
   xmlns:j="jelly:core"
   xmlns:maven="jelly:maven"
-  default="base:test">
+  default="torque-test:run">
 
   <goal name="torque-test:run">
     <attainGoal name="torque-test:test"/>
@@ -39,35 +39,6 @@
     <property file="../profile/${torque.test.profile}/build.properties" />
     <property file="../profile/${torque.test.profile}/project.properties" />
     
-    <maven:set 
-      plugin="maven-torque-plugin" 
-      property="torque.database.createUrl" 
-      value="${torque.database.createUrl}" />
-    <maven:set 
-      plugin="maven-torque-plugin" 
-      property="torque.database.buildUrl" 
-      value="${torque.database.buildUrl}" />
-    <maven:set 
-      plugin="maven-torque-plugin" 
-      property="torque.generateBeans" 
-      value="${torque.generateBeans}" />
-    <maven:set 
-      plugin="maven-torque-plugin" 
-      property="torque.database" 
-      value="${torque.database}" />
-    <maven:set 
-      plugin="maven-torque-plugin" 
-      property="torque.database.driver" 
-      value="${torque.database.driver}" />
-    <maven:set 
-      plugin="maven-torque-plugin" 
-      property="torque.database.user" 
-      value="${torque.database.user}" />
-    <maven:set 
-      plugin="maven-torque-plugin" 
-      property="torque.database.password" 
-      value="${torque.database.password}" />
-
     <copy todir="${torque.schema.dir}">
       <fileset dir="src/schema">
         <include name="*" />



---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org