[ 
http://jira.codehaus.org/browse/MOJO-1554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=242360#action_242360
 ] 

Andrew Swan commented on MOJO-1554:
-----------------------------------

This is a good idea. The core project properties like project.artifactId and 
project.version are useful, but the installer script (the .nsi file) often 
needs to read project-specific properties.

The workaround is to not use the generate-project goal at all, and instead use 
Maven's [resource filtering 
feature|http://maven.apache.org/plugins/maven-resources-plugin/examples/filter.html]
 to replace all ${foo.bar} style placeholders in the .nsi file with their 
build-time values.

> generate-project goal should create variables of build properties
> -----------------------------------------------------------------
>
>                 Key: MOJO-1554
>                 URL: http://jira.codehaus.org/browse/MOJO-1554
>             Project: Mojo
>          Issue Type: Improvement
>          Components: nsis
>            Reporter: Leandro
>            Priority: Minor
>
> In addition to common pom values, this plugin could create variables from the 
> properties section and properties created during build.

-- 
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


Reply via email to