Ability to have different plugin configuration per goal
-------------------------------------------------------
Key: MNG-1951
URL: http://jira.codehaus.org/browse/MNG-1951
Project: Maven 2
Type: Improvement
Components: Plugins and Lifecycle
Versions: 2.0.1
Reporter: Chris Hagmann
Curently it seems impossible to have a different plugin configuration per goal,
only per phase.
Simple use case for this requirement: I need to generate Javadoc with an output
directory of "target/mhave/docs/apidocs", and then also create a javadoc
archive of the previously generated Javadoc, but this needs to go into
"target/dist". As the plugin maven-javadoc-plugin uses outputDirectory for both
goals, I need to be able to have different plugin configurations. This is
possible as long as they are attached to different lifecycle phases, but not if
they are attached to the same lifecycle phase.
--
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]