users@jaxb.java.net

Maven repository problem with maven-jaxb1-plugin

From: Kostis Anagnostopoulos <ankostis_at_gmail.com>
Date: Tue, 27 Jun 2006 12:35:59 +0300

There are 3 problem regarding the java.net's maven repository that
affect the maven-jaxb1-plugin:


1) The most important problem has to do with the location of the
maven-jaxb1-plugin inside the java.net's maven repository.

It is already reported here:
    https://jaxb.dev.java.net/servlets/ReadMsg?list=dev&msgNo=144
and a similar case here:
    https://jaxb.dev.java.net/servlets/ReadMsg?list=users&msgNo=5543


The problem arises from the fact that the plugin is placed inside the
'maven-plugins' folderinstaead of directly placed here:
    https://maven-repository.dev.java.net/nonav/repository/com.sun.tools.xjc.maven2/

2) Also, the pom.xml for javax.xml.bind/jaxb-api.jar for version 1.0
is missing from the maven repository:
    https://maven-repository.dev.java.net/nonav/repository/javax.xml.bind/poms/

3) Finally, the jars and pom in the maven repository are outdated.


    Kostis