0 Replies Latest reply on Sep 29, 2011 4:36 AM by favez.steve

    deploy on jboss domain with jboss-as-maven-plugin

    favez.steve

      Hi,

       

      I was trying to deploy a war with jboss-as-maven-plugin on a jboss as7 started in "domain" mode.

       

      Unfortunately, this plugin is written only for a standalong instance (the AbstractDeployment class in maven plugin is using "org.jboss.as.controller.client.helpers.standalone.*" package implementations).

       

      Do you know if there're any plans to support deployment on "domain" configuration ?

       

      Thanks