Robert Scholte closed New Feature MOJO-1935 as Fixed

Fixed in rev.18336
I've chosen a more flexible solution by introducing the parameter environmentVariables.
So in your case you could add:

<configuration>
  <environmentVariables>
    <NSISDIR>${project.external-resources}/third-party/nsis</NSISDIR>
  </environmentVariables>
</configuration>

ps. avoid using ${project.anyvalue} , expressions starting with ${project. are reserved for MavenProject

Change By: Robert Scholte (22/May/13 7:34 AM)
Resolution: Fixed
Assignee: Robert Scholte
Status: Open Closed
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