You could try removing the maven-datanucleus-plugin section the plugins section of your project's pom.xml. Try commenting it out first to make sure your project builds as expected without it there. :)
On Mar 23, 8:26 pm, Philippe Beaudoin <[email protected]> wrote: > Hi! > > My project uses Objectify and therefore does not need the DataNucleus > Enhancer to run. Running it is long and causes some nasty error popups in > Eclipse. I usually disable it via: > Right click on project > Properties > Builders > Where I uncheck "Enhancer". > > However, my project uses Maven and the eclipse project files is not part of > my development artifacts. I'd therefore like to configure the > maven-eclipse-plugin to automatically disable this builder. Unfortunately, > all my experiments have failed. Any idea if this is possible? -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
