I was using antrun before but realized that the maven-exec plugin is better because maven is executing nsis directly instead of via an ant build.xml.
Ken On Mon, Sep 14, 2009 at 10:55 AM, James Russo <[email protected]> wrote: > Will check those out. Thanks Stephen. > > -jr > > > Stephen Connolly wrote: > >> try antrun to package and then build-helper to attach the generated >> artifact to the reactor >> >> 2009/9/14 James Russo <[email protected]>: >> >> >>> Hello, >>> I have a module where I would like to take the artifacts producted by >>> a >>> few other modules and combine them into an .EXE using NSIS. I see that >>> there >>> is a nsis for maven 1.x, but I don't see anything for 2.x? Anyone done >>> this >>> before care to explain how they accomplished it? >>> >>> Basically would like to have everything I need for NSIS in this module >>> (other files, readme, configuration, etc) and then have it grab >>> dependencies from other modules include it in NSIS and generate EXE. >>> Ultimately I'd like to deploy this .exe to archiva. >>> >>> thanks, >>> >>> -jr >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [email protected] >>> For additional commands, e-mail: [email protected] >>> >>> >>> >>> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
