Add new pre and post phases to the integration-test phase
---------------------------------------------------------
Key: MNG-1880
URL: http://jira.codehaus.org/browse/MNG-1880
Project: Maven 2
Type: Wish
Components: Plugins and Lifecycle
Versions: 2.0.1
Reporter: Vincent Massol
Here's an example:
Imagine I want to use the cargo plugin for starting/stopping my container. I
need to attach the cargo:start goal to a phase and I need to do the same for
the cargo:stop goal. I can't do that today.
Of course, I could modify the cargo plugin and offer some cargo:test goal that
would do it all. But that violates the concept of phases and reduces the
options for the users (note: I may still offer a cargo:test goal but I'd like
to user to be able to map cargo goals to phases himself too).
This is just an example. By definition IT require a running environment so
there'll always be a need to set up and tear down stuff.
--
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
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]