users@jaxb.java.net

Re: jaxb2 plugin leads to build error

From: Aleksei Valikov <valikov_at_gmx.net>
Date: Thu, 26 Mar 2009 10:35:57 +0100

Hi.
> I have been trying to build a project called "symba" suring the last days.
> (http://symba.sourceforge.net/symba-books/installation/index.html)
> I always get a build error telling me that:
> org.apache.maven.lifecycle.LifecycleExecutionException: The plugin
> 'org.jvnet.jaxb2.maven2:maven-jaxb2-plugin' does not exist or no valid
> version could be found
> (see complete message generated by mvn -e below)
> I tried the -npu switch but it did not change anything.
> I read in some forum that this may be related to proxy settings, but I tried it from several locations (with and without proxy servers) and the result stays the same. I even downloaded all versions of the plugin by hand, but this did not help.
> Have you got a clue what is happening here?

Which maven repos do you use?
There were some changes in the dev.java.net repos, check this post:
http://weblogs.java.net/blog/kohsuke/archive/2009/03/changes_to_the.html

To get more info run mvn -X clean install - you'll see which files are
downloaded and what fails.

Bye.
/lexi