Re: [mevenide-user] Generate jar distribution for Netbeans module suite
"Milos Kleint" <[email protected]> Mon, 11 Feb 2008 22:02:12 +0100
| Newsgroups | gmane.comp.jakarta.turbine.maven.mevenide.user |
|---|---|
| Message-ID | <[email protected]> |
Hey Coincidently I've released 2 archetypes for netbeans module development. One for simple module and one for simple platform app. The second one creates a parent pom project containing configuration and application branding for your NetBeans platform based application. Additionally it contains a sample empty module. mvn -B -DarchetypeGroupId=org.codehaus.mojo.archetypes -DarchetypeArtifactId=netbeans-platform-app-archetype -DarchetypeVersion=1.0 -DarchetypeRepository=http://repo1.maven.org/maven2 -DgroupId=org.kleint -DartifactId=milos -Dversion=1.0 -Dpackage=org.kleint.milos -Dcluster=milos -Dnetbeans-install=/home/mkleint/netbeans-6.0 -Dbrandingtoken=milos org.apache.maven.plugins:maven-archetype-plugin:2.0-alpha-1:create PLEASE NOTE: Due to a bug in 2.0-alpha-1, the command needs to run in batch mode (-B) and all archetype properties need to be specified. Alternatively one can use the latest binaries of mevenide from NetBeans CI Hudson server (http://deadlock.netbeans.org/hudson/job/mevenide) which have these archetypes listed in the basic set of archetypes. the archetype contains basic configuration for assembly plugin to generate a zip file of your application. I haven't checked if or how the jnlp file can be created. Neither did I evaluate use of installers etc.. Regards Milos On Feb 11, 2008 12:29 PM, Djohannot <david.johannot-EWQkb/[email protected]> wrote: > > Hi all, > > I have create a NetBeans module project inside a maven application. It > contains a Module suite, a core module and a wrapped livbrary. I have follow > a good tutorial from a member of this forum Emilian Bold: > > http://www.netbeans.org/community/magazine/html/04/maven.html > > Everything worked perfect, my project compil and can be executed. But now i > want to ditribute it, and in my target folder is only the cluster > information, no jar or jnlp, etc. > > Can you tell me if it's possible to generate an executable jar who contains > my module suite project? > If not, what sort of distribution can I generate, and with wich plugin? > > Thanks a lot for ever idea, > > David Johannot > -- > View this message in context: http://www.nabble.com/Generate-jar-distribution-for-Netbeans-module-suite-tp15409626p15409626.html > Sent from the mevenide - user mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email