I've been looking at the same plugin recently and I think you can use the
maven dependency plugin to copy the jars to an output directory that will be
picked up by nsis.

Your nsis maven project will have to declare your wars as dependencies.

This is basically how I do it now without the NSIS plugin; I am calling NSIS
through maven-antrun (pretty convoluted).

Ken

On Wed, Aug 12, 2009 at 4:13 PM, Harper, Brad <brad.har...@fiserv.com>wrote:

>
>
> It isn't clear how, with this plugin, the installer project would 'pull
> these artifacts in' for inclusion in the installer payload.
>
>
>
> Has anyone yet attempted to use this plugin in a non-trivial way?
> Thanks.
>
>
>
> Brad
>
>
>
> [1]  http://mojo.codehaus.org/nsis-maven-plugin/index.html
>
> [2]
> http://mojo.codehaus.org/nsis-maven-plugin/examples/sample-nsis-project.
> html<http://mojo.codehaus.org/nsis-maven-plugin/examples/sample-nsis-project.%0Ahtml>
>
>
>
>

Reply via email to