jboss.rst
changeset 1399 fe362bc79395
child 1400 afbda84d237c
equal deleted inserted replaced
1398:c96c3d6857ea 1399:fe362bc79395
       
     1 .. -*- coding: utf-8; -*-
       
     2 .. include:: HEADER.rst
       
     3 
       
     4 ===========
       
     5  JBoss AS.
       
     6 ===========
       
     7 .. contents::
       
     8 
       
     9 Deploy war to JBoss AS with Maven.
       
    10 ==================================
       
    11 ::
       
    12   $ mvn help:describe -DartifactId=jboss-as-maven-plugin -DgroupId=org.jboss.as.plugins
       
    13 
       
    14 See:
       
    15 
       
    16  * http://docs.jboss.org/jbossas/7/plugins/maven/latest/examples/deployment-example.html
       
    17 
       
    18