Issue Type: Bug Bug
Assignee: Unassigned
Components: nsis
Created: 02/Oct/13 2:22 PM
Description:

It would be useful if the value for the plugin configuration option "classifier" were exposed in the generated target/project.nsh header file.

For example I have a pom.xml that contains multiple <executions> of the nsis-maven-plugin. Each one has a different classifier. It would be useful to leverage this classifier value in my setup.nsi to behave appropriately.

e.g. setup.nsi

!if ${PROJECT_CLASSIFIER} == "FOOBAR"
; do something
!endif
Project: Mojo
Priority: Minor Minor
Reporter: Leif Gruenwoldt
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
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

Reply via email to