Change default execution phase of NsisCompileMojo from "compile" to "package"
-----------------------------------------------------------------------------
Key: MOJO-1595
URL: http://jira.codehaus.org/browse/MOJO-1595
Project: Mojo
Issue Type: Improvement
Components: nsis
Reporter: Andrew Swan
Priority: Minor
The org.codehaus.mojo.nsis.NsisCompileMojo (which creates the NSIS installer
for the calling project) binds to Maven's "compile" phase by default, as
documented.
In reality this is not a sensible default; for example, you're unlikely to want
to create the installer before even running your tests.
A more useful default seems to be the "package" phase, which according to the
Maven documentation is meant to "take the compiled code and package it in its
distributable format, such as a JAR".
--
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 from this list, please visit:
http://xircles.codehaus.org/manage_email