I have the same problem as Hendrik but I really need to use maven-compiler-plugin 2.1-SNAPSHOT. Is there anything I can do to fix this problem?

Regards
David

Martin Höller wrote:
On Wednesday 13 February 2008 wrote Hendrik Busch:
Is there any way to prevent Maven from using snapshot versions of
plugins? Just disabling the repos does not seem to suffice.

That's because you already have them in your local repo (~/.m2/repository/). Along with disabling the snapshot repo, you should remove the coresponding subtree from your local repo, e.g. ~/.m2/repository/org/codehaus/plexus/plexus-compiler.

The even better solution would be to specify which version of a plugin you'd like to use in the pluginManagement-section.

hth,
- martin


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to