views:

31

answers:

2

I want to trying maven-jboss-plugin but I don't know what is this,and I want to deploy the war use the jboss-maven-plugin or maven-jboss-plugin?How to use?

+4  A: 

Maven-JBoss-plugin is deprecated.

Use jboss-maven-plugin as per the example here

or you can try maven-jboss-deploy-plugin as documented here and here to deploy your war.

JoseK
+2  A: 

Maybe you can use the maven-cargo-plugin ?

khmarbaise
Please avoid greetings, thanks, etc in questions or answers (see http://meta.stackoverflow.com/questions/2950/should-hi-thanks-and-taglines-and-salutations-be-removed-from-posts). Thanks.
Pascal Thivent
Ok,next time I will pay attention to.
EdwardLau