You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by at...@apache.org on 2008/08/20 23:40:26 UTC

svn commit: r687476 - /portals/jetspeed-2/portal/branches/JS2-869/pom.xml

Author: ate
Date: Wed Aug 20 14:40:26 2008
New Revision: 687476

URL: http://svn.apache.org/viewvc?rev=687476&view=rev
Log:
adding a jetspeed:mvn test target for local (sub)project test execution 

Modified:
    portals/jetspeed-2/portal/branches/JS2-869/pom.xml

Modified: portals/jetspeed-2/portal/branches/JS2-869/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/branches/JS2-869/pom.xml?rev=687476&r1=687475&r2=687476&view=diff
==============================================================================
--- portals/jetspeed-2/portal/branches/JS2-869/pom.xml (original)
+++ portals/jetspeed-2/portal/branches/JS2-869/pom.xml Wed Aug 20 14:40:26 2008
@@ -1305,6 +1305,12 @@
                 </properties>
               </target>
               <target>
+                <id>test</id>
+                <dir>.</dir>
+                <goals>test</goals>
+                <profiles>test</profiles>
+              </target>
+              <target>
                 <id>test-install</id>
                 <depends>testdb</depends>
                 <dir>@rootdir@</dir>



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