Hello Julien,
Thanks for sharing all this. I will review this and try and give it
a try as well.
jr
Hi,
Funny..., this morning, a guy on the maven irc just told me that a nsis
plugin (1) exists for maven 2.
today I use :
assembly plugin to download dependencies
maven exec (2) to run NSIS with some properties during package phase
and build-helper-maven-plugin to attach generated .deb to my artifact
(so that I can donwload the install from archiva (5))
but all these plugins could be replaced by a single call to that nsis
plugin. (see extract from my pom in (4))
I will give it a try next week (well I will try to find some time...)
1 : http://mojo.codehaus.org/nsis-maven-plugin/
2 : http://mojo.codehaus.org/exec-maven-plugin/introduction.html
3 : http://mojo.codehaus.org/build-helper-maven-plugin/howto.html
4 : http://pastie.org/616361 ( but I told you, that nsis plugin could
replace the exec+buildhelper part with a single (may be 4:=) ) line(s))
5: BTW, If you use Archiva, don't forget to add ".exe" extension to the
list of artifacts scanned in the repositories)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]