Related to my previous problem with nexu, I have a problem getting the
maven-jaxb-plugin (com.sun.tools.xjc.maven2), I beleive that it could be
that nexus doesn't support proxy:ing repositories with legacy layout? (can
anyone confirm this?)

ie I get it working in my own environment by declaring :
        <repository>
            <id>java.net</id>
            <name>java.net Maven Repository</name>
            <url>
                https://maven-repository.dev.java.net/nonav/repository
            </url>
            <layout>legacy</layout>
        </repository>
In the pom, but nexus doesn't seem to be able to use this information?

The only reason I used this specific jaxb compiler plugin is since this was
the only one I found decent examples and configuration for.
Anyone have tip:s for another good jaxb compiler plugin? (with links to
documentation)

The other maven-jaxb-plugin (
http://maven-plugins.sourceforge.net/maven-jaxb-plugin/) doesn't seem to
work by just declaring it and the web site indicates that you have to have
installed some libraries ie that maven dependencies doesn't solve this
automatically which kind of defeats the whole maven idea...?

//Kent

Reply via email to