You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Martin Bednar (JIRA)" <ji...@codehaus.org> on 2005/03/10 19:27:09 UTC

[jira] Created: (MPJBOSS-20) Support for ejb3 archives

Support for ejb3 archives
-------------------------

         Key: MPJBOSS-20
         URL: http://jira.codehaus.org/browse/MPJBOSS-20
     Project: maven-jboss-plugin
        Type: New Feature
    Reporter: Martin Bednar


Basic support for (un)deploying EJB3 archives to Jboss.

Add this to file plugin.jelly .


 <goal name="jboss:deploy-ejb3"
   description="Deploy ${maven.final.name}.jar">
   <jmx:deploy jmx.deploy.file='${maven.build.dir}/${maven.final.name}.ejb3'/>
 </goal>

 <goal name="jboss:undeploy-ejb3"
   description="Undeploy ${maven.final.name}.jar">
   <jmx:undeploy jmx.deploy.file='${maven.build.dir}/${maven.final.name}.ejb3'/>
 </goal>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org