[
http://jira.codehaus.org/browse/MOJO-1531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=226648#action_226648
]
Jim McCaskey commented on MOJO-1531:
------------------------------------
Would something like this work? I tried it with the tidy example and it seemed
to do what you are requesting...
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>nsis-maven-plugin</artifactId>
<version>1.0-SNAPSHOT</version>
<executions>
<execution>
<goals>
<goal>generate-project</goal>
<goal>compile</goal>
</goals>
<configuration>
<setupScript>foo.nsi</setupScript>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
> What is the syntax for specifying the setupScript name to be something other
> than setup.nsi in a pom file?
> ----------------------------------------------------------------------------------------------------------
>
> Key: MOJO-1531
> URL: http://jira.codehaus.org/browse/MOJO-1531
> Project: Mojo
> Issue Type: Task
> Components: nsis
> Affects Versions: failsafe-maven-plugin-2.4.3-alpha-1
> Reporter: Stacie Moore
> Priority: Trivial
>
> I am trying to specify the file name for my nsi script to be something
> besides setup.nsi. How do you specify this in the pom file?
> I currently have this in my pom.xml file:
> <build>
> <plugins>
> <plugin>
> <groupId>org.codehaus.mojo</groupId>
> <artifactId>nsis-maven-plugin</artifactId>
> <version>1.0-SNAPSHOT</version>
> <executions>
> <execution>
> <goals>
>
> <goal>generate-project</goal>
> <goal>compile</goal>
> </goals>
> </execution>
> </executions>
> </plugin>
> </plugins>
> </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