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/04 18:13:12 UTC

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

Author: lofwyr
Date: Thu Apr  4 16:13:12 2013
New Revision: 1464622

URL: http://svn.apache.org/r1464622
Log:
Run the demo from maven with TomEE

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=1464622&r1=1464621&r2=1464622&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-example/pom.xml Thu Apr  4 16:13:12 2013
@@ -42,6 +42,7 @@
         <artifactId>jetty-maven-plugin</artifactId>
       </plugin>
       <plugin>
+        <!-- usage: mvn clean package tomee:run -Djsf=provided -->
         <groupId>org.apache.openejb.maven</groupId>
         <artifactId>tomee-maven-plugin</artifactId>
         <version>1.0.0</version>