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/11/18 11:57:52 UTC

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

Author: lofwyr
Date: Mon Nov 18 10:57:52 2013
New Revision: 1542975

URL: http://svn.apache.org/r1542975
Log:
adding jboss deployment plugin for maven

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=1542975&r1=1542974&r2=1542975&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-example/pom.xml Mon Nov 18 10:57:52 2013
@@ -397,7 +397,19 @@
           </releases>
         </pluginRepository>
       </pluginRepositories>
+    </profile>
 
+    <profile>
+      <id>jboss</id>
+      <build>
+      <plugins>
+        <plugin>
+          <groupId>org.jboss.as.plugins</groupId>
+          <artifactId>jboss-as-maven-plugin</artifactId>
+          <version>7.3.Final</version>
+        </plugin>
+      </plugins>
+      </build>
     </profile>
   </profiles>
 </project>