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/05 23:48:01 UTC

svn commit: r278861 - /db/torque/test/trunk/profile/base/maven.xml

Author: tfischer
Date: Mon Sep  5 14:47:58 2005
New Revision: 278861

URL: http://svn.apache.org/viewcvs?rev=278861&view=rev
Log:
added installing of maven plugins to the reactor build

Modified:
    db/torque/test/trunk/profile/base/maven.xml

Modified: db/torque/test/trunk/profile/base/maven.xml
URL: http://svn.apache.org/viewcvs/db/torque/test/trunk/profile/base/maven.xml?rev=278861&r1=278860&r2=278861&view=diff
==============================================================================
--- db/torque/test/trunk/profile/base/maven.xml (original)
+++ db/torque/test/trunk/profile/base/maven.xml Mon Sep  5 14:47:58 2005
@@ -39,6 +39,13 @@
       goals="jar:install"
       ignoreFailures="false"
     />  
+    <maven:reactor
+      basedir="../../.."
+      includes="maven-plugin/project.xml,test/maven-test-plugin/project.xml"
+      excludes=""
+      goals="plugin:install-now"
+      ignoreFailures="false"
+    />  
     
     <attainGoal name="torque:run-test" />
   </goal>
@@ -48,7 +55,7 @@
     description="Build Torque and run the test">
     <maven:reactor
       basedir="../../.."
-      includes="templates/project.xml,generator/project.xml,runtime/project.xml"
+      includes="templates/project.xml,generator/project.xml,runtime/project.xml,maven-plugin/project.xml,test/maven-test-plugin/project.xml"
       excludes=""
       goals="clean"
       ignoreFailures="false"



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