Author: tfischer
Date: Tue Sep 6 16:17:50 2005
New Revision: 279173
URL: http://svn.apache.org/viewcvs?rev=279173&view=rev
Log:
renamed maven-test-plugin into torque-test-maven-plugin
removed uninstalling the plugin from the build-test-plugin, as this only
works every second time the target is called
Added:
db/torque/test/trunk/torque-test-maven-plugin/
- copied from r279118, db/torque/test/trunk/maven-test-plugin/
db/torque/test/trunk/torque-test-maven-plugin/plugin.jelly
- copied unchanged from r279164,
db/torque/test/trunk/maven-test-plugin/plugin.jelly
Removed:
db/torque/test/trunk/maven-test-plugin/
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=279173&r1=279172&r2=279173&view=diff
==============================================================================
--- db/torque/test/trunk/profile/base/maven.xml (original)
+++ db/torque/test/trunk/profile/base/maven.xml Tue Sep 6 16:17:50 2005
@@ -54,21 +54,13 @@
prereqs="torque-test:build">
<maven:reactor
basedir="../../.."
- includes="test/maven-test-plugin/project.xml"
+ includes="test/torque-test-maven-plugin/project.xml"
excludes=""
goals="plugin:install-now"
ignoreFailures="false"
/>
<attainGoal name="torque-test-plugin:run" />
-
- <maven:reactor
- basedir="../../.."
- includes="test/maven-test-plugin/project.xml"
- excludes=""
- goals="plugin:uninstall-now"
- ignoreFailures="false"
- />
</goal>
<goal
@@ -83,7 +75,7 @@
description="clean all subproject affected by the test">
<maven:reactor
basedir="../../.."
-
includes="templates/project.xml,generator/project.xml,runtime/project.xml,maven-plugin/project.xml,test/maven-test-plugin/project.xml"
+
includes="templates/project.xml,generator/project.xml,runtime/project.xml,maven-plugin/project.xml,test/torque-test-maven-plugin/project.xml"
excludes=""
goals="clean"
ignoreFailures="false"
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]