You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by "Domsch, Christian" <Ch...@top-logic.com> on 2006/02/16 10:26:09 UTC

Lifecycle management

Hi,

Ok I want to establish the following task:

I use the jboss-pluging. I now want to be able to redeploy my
application, that means a goal that executes the jboss:undeploy goal and
after that the jboss:deploy goal. And I dont want to bind this
functionality to an existing lifecycle but create my own lifecycle
(maybe "redeploy").

C:\> mvn redeploy
[executing jboss:undeploy]
[executing jboss:deploy]
C:\> 

How do I specify this in the pom? Or isnt this possible at all?

Greetings,

Christian.


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