vote up 2 vote down star

I have installed the Maven for Eclipse plugin from Sonatype.

(update site: http://m2eclipse.sonatype.org/update/)

I am creating a Maven project, and choosing to use the groovy-maven-archetype as my starting point.

However, halfway through, I am seeing:

04/03/09 12:52:28 GMT: [FATAL ERROR] 
org.codehaus.mojo.groovy.stubgen.GenerateStubsMojo#execute()
caused a linkage error (java.lang.NoSuchMethodError). Check the realms:

... snip ...

Realm ID: plexus.core

org.codehaus.plexus.PlexusContainer.createChildContainer
(Ljava/lang/String;Ljava/util/List;Ljava/util/Map;)
Lorg/codehaus/plexus/PlexusContainer;

How can I fix this?

flag

65% accept rate
Not sure if this helps, but you can use gmaven-archetype-basic v1.0-rc-5 with eclipse 3.4. That correctly creates groovy maven project for eclipse. – peacefulfire Jun 5 at 21:41

2 Answers

vote up 0 vote down

Seems like a versioning problem to me. Are you sure you used all the right versions of the jars?

link|flag
Yeah, looks like an installation problem for me too. Try to reinstall m2eclipse. If that doesn't help, you get possibly better help at the m2eclipse users mailing list: m2eclipse.sonatype.org/project-information.html/… – Kutzi Nov 1 at 12:21
vote up 1 vote down

At a command prompt, enter this: mvn archetype:generate Then, choose 40 (gmaven-archetype-basic) Then, follow the prompts. Once you have a maven project, you can enable Eclipse support by saying: mvn eclipse:eclipse

You can read Building Groovy Projects for more information.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.