You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2007/05/17 11:21:39 UTC

svn commit: r538846 - in /myfaces/tobago/trunk: build-site.sh pom.xml

Author: bommel
Date: Thu May 17 02:21:32 2007
New Revision: 538846

URL: http://svn.apache.org/viewvc?view=rev&rev=538846
Log:
added install to site-deploy
added surefire version

Modified:
    myfaces/tobago/trunk/build-site.sh
    myfaces/tobago/trunk/pom.xml

Modified: myfaces/tobago/trunk/build-site.sh
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/build-site.sh?view=diff&rev=538846&r1=538845&r2=538846
==============================================================================
--- myfaces/tobago/trunk/build-site.sh (original)
+++ myfaces/tobago/trunk/build-site.sh Thu May 17 02:21:32 2007
@@ -49,4 +49,4 @@
 
 
 echo "Building tobago site."
-mvn -Pall-modules site-deploy --batch-mode
+mvn -Pall-modules install site-deploy --batch-mode

Modified: myfaces/tobago/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/pom.xml?view=diff&rev=538846&r1=538845&r2=538846
==============================================================================
--- myfaces/tobago/trunk/pom.xml (original)
+++ myfaces/tobago/trunk/pom.xml Thu May 17 02:21:32 2007
@@ -614,6 +614,18 @@
           <artifactId>tomcat-maven-plugin</artifactId>
           <version>1.0-alpha-1</version>
         </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-surefire-plugin</artifactId>
+          <version>2.3</version>
+          <configuration>
+            <!--childDelegation>false</childDelegation>
+            <forkMode>perTest</forkMode>
+            <argLine>-Xdebug -Xnoagent -Djava.compiler=NONE
+            -Xrunjdwp:transport=dt_socket,address=2111,server=y,suspend=y</argLine-->
+          </configuration>
+        </plugin>
+
         <!--<plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>clirr-maven-plugin</artifactId>