Re: [mevenide-user] Strange build error (nbm goal not part of lifecycle)
"Milos Kleint" <[email protected]>
| Newsgroups | gmane.comp.jakarta.turbine.maven.mevenide.user |
|---|---|
| Message-ID | <[email protected]> |
I suppose you are using the 2.7 snapshot. I've done some changes to the lifecycle, mainly excluding the nbm:nbm goal from it. The purpose is to be able to attach custom goals to the package phase. additionally it speads up the build. to get the same effect as you did before, you run "mvn install nbm:nbm" instead of "mvn install". When you need just the cluster bits, you can avoid the nbm:nbm goal and just go with nbm:directory. If you don't want to specify on command line you can attach the nbm:nbm goal to the package phase. But the build server should be configurable in terms what gets executed to build the project. Regards Milos On Nov 26, 2007 7:24 PM, Emilian Bold <[email protected]> wrote: > Hy, > > I just saw this on my build server: > > [INFO] Since 2.7, the nbm:nbm goal is not part of the lifecycle. > Therefore the NetBeans binary directory structure for gid:aid:nbm:1.2 > is not created yet. > Please execute 'mvn install nbm:directory nbm:cluster' to get the > same results as in earlier versions. > > What does that mean ? Must I manually add in the pom the nbm goal ? > > Running mvn manually is out of the question being a build server. > > Emilian > > -- > Emilian Bold > +40 740235562 > http://www.emilianbold.ro > > Java and NetBeans Platform-loving consulting services from Timisoara, > Romania. > > --------------------------------------------------------------------- > To unsubscribe from this list please visit: > > http://xircles.codehaus.org/manage_email > >