users@jaxb.java.net

Re: Maven2 repository

From: Aleksei Valikov <valikov_at_gmx.net>
Date: Thu, 9 Aug 2007 13:40:32 +0200

Hi.

> I am slightly confused about the Maven2 repository for JAXB2.
> At
> https://maven-jaxb2-plugin.dev.java.net/
> i see
> <pluginRepository>
> <id>maven2-repository.dev.java.net</id>
> <name>Java.net Maven 2 Repository</name>
> <url>http://download.java.net/maven/2</url>
> </pluginRepository>
> But in
> http://download.java.net/maven/2
> i can only find JAXB1 not JAXB2 (i looked both in
> http://download.java.net/maven/2/com/sun/xml/bind/ and
> http://download.java.net/maven/2/javax/xml/bind/).
> ???

https://maven-jaxb2-plugin.dev.java.net/ says you need both maven2 and
maven repositories configured in your project.

JAXB 2 API is distributed via the maven(1) repo:

http://download.java.net/maven/1/javax.xml.bind/poms/

Bye.
/lexi