Re: maven projects which release installers?

2009-09-18 Thread Wendy Smoak
On Thu, Sep 17, 2009 at 1:23 PM, James Russo  wrote:

>   Does anyone know of a public project which uses maven and releases a
> windows installable artifact like a NSIS, exe, MSI, etc. Looking for some
> inspiration and prior art.

The Codeplex NPanday project (essentially Maven for .NET) can build
exe files, and also has a plugin that wraps WiX to create MSIs.

http://npanday.codeplex.com/

Even if you're not building a .NET project, the WiX plugin should be
usable because it simply executes command line candle, light, etc.

I've seen NSIS mentioned recently on this list, searching the archives
should turn up some info.

-- 
Wendy

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



maven projects which release installers?

2009-09-18 Thread James Russo

Hello,

   Does anyone know of a public project which uses maven and releases a 
windows installable artifact like a NSIS, exe, MSI, etc. Looking for 
some inspiration and prior art.


thanks,

-jr

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org