1 Reply Latest reply on Apr 1, 2013 1:06 PM by jamezp

    What's the difference between the Maven JBoss deploy plugin and just copying?

    laredotornado

      Hi,

       

       

      I'm using JBoss 7.1.1.Final, as well as Maven 3.0.3 and the Maven-JBoss plugin, v 7.1.1.Final.  I notice when I deploy with the JBoss plugin, using

       

       

      [code]

                mvn install jboss-as:deploy

      [/code]

       

       

      it takes longer to deploy than simply copying the app to the JBoss deploy directory using

       

       

      [code]

                cp target/myproject.war $JBOSS_HOME/standalone/deployments/

      [/code]

       

       

      Is there any difference between these two methods of deployment?  If not, I'm just going to use the faster one.

       

       

      THanks, - Dave