You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2013/04/02 16:54:07 UTC

svn commit: r1463577 - /myfaces/tobago/trunk/tobago-example/pom.xml

Author: lofwyr
Date: Tue Apr  2 14:54:07 2013
New Revision: 1463577

URL: http://svn.apache.org/r1463577
Log:
liberty: do not auto-deploy

Modified:
    myfaces/tobago/trunk/tobago-example/pom.xml

Modified: myfaces/tobago/trunk/tobago-example/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/pom.xml?rev=1463577&r1=1463576&r2=1463577&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-example/pom.xml Tue Apr  2 14:54:07 2013
@@ -46,15 +46,6 @@
         <groupId>com.ibm.websphere.wlp.maven.plugins</groupId>
         <artifactId>liberty-maven-plugin</artifactId>
         <version>1.0</version>
-        <executions>
-          <execution>
-            <id>deployapp</id>
-            <phase>pre-integration-test</phase>
-            <goals>
-              <goal>deploy</goal>
-            </goals>
-          </execution>
-        </executions>
         <configuration>
           <serverHome>${wlp.directory}/wlp</serverHome>
           <appArchive>${project.build.directory}/${project.build.finalName}.war</appArchive>