Re: [mevenide-user] NetBeans "Build" from the Command Line
"Anuradha G" <[email protected]> Sat, 7 Jun 2008 02:43:30 +0530
| Newsgroups | gmane.comp.jakarta.turbine.maven.mevenide.user |
|---|---|
| Message-ID | <[email protected]> |
You can use right click on project "Custom" - > Goals and type build on goal On Sat, Jun 7, 2008 at 2:21 AM, Bob F <[email protected]> wrote: > Hello, > > I use NetBeans 6.0 + MevenIDE. It works pretty well. I just use the > standard Maven archetype, I don't mess with the POM file at all. > > I want to be able to do anything I do within NetBeans from the Command > Line. For example, if I right-click on my project and choose "Clean", > that's the same as doing "mvn clean". > > Unfortunately, I cannot find the equivalent to the "Build" NetBeans > command. It should do an "mvn install", and also create the > target/executable-netbeans.dir directory. The closest I've come is: > > mvn -Dexecution=nb assembly:directory > -Ddescriptor=src/main/assemblies/netbeans-run.xml > > But this does not create .jar files with proper dependencies. > > Help... > > Thanks, > -- Bob > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > -- Anuradha G