Re: java.lang.NoClassDefFoundError: Lorg/sonatype/plexus/build/incremental/BuildContext;

2010-11-30 Thread Olivier Lamy
Hi, Try with adding the following dependency : org.sonatype.plexus plexus-build-api 0.0.6 HTH, -- Olivier Lamy http://twitter.com/olamy http://www.linkedin.com/in/olamy 2010/11/30 a.e : > > Hi, > > I'm in the middle of developing an integration server for several mon

java.lang.NoClassDefFoundError: Lorg/sonatype/plexus/build/incremental/BuildContext;

2010-11-30 Thread a.e
Hi, I'm in the middle of developing an integration server for several month now. Of course the system embedds maven which did work rather good with maven 2.2.1 and even the beta builds of maven 3. Since the release of 3.0 and even 3.0.1 my own MavenEmbedder class (basically something like this ht