javaee / metro-jax-ws

https://javaee.github.io/metro-jax-ws/
Other
132 stars 68 forks source link

Metro Jax-ws Compilation Issues #1205

Open Boosted2003 opened 6 years ago

Boosted2003 commented 6 years ago

Error below:

[INFO] Scanning for projects... [ERROR] [ERROR] Some problems were encountered while processing the POMs: [ERROR] Non-resolvable import POM: Failure to find org.glassfish.jaxb:jaxb-bom:pom:2.3.1-b170921.0655 in https://maven.java.net/content/repositories/releases/ was cached in the local repository, resolution will not be reattempted until the update interval of jvnet-nexus-releases has elapsed or updates are forced @ line 208, column 25 [ERROR] Non-resolvable import POM: Failure to find org.glassfish.jaxb:jaxb-bom:pom:2.3.1-b170921.0655 in https://maven.java.net/content/repositories/releases/ was cached in the local repository, resolution will not be reattempted until the update interval of jvnet-nexus-releases has elapsed or updates are forced @ com.sun.xml.ws:jaxws-ri-bom:2.3.1-SNAPSHOT, /home/user/projects/metro-jax-ws/jaxws-ri/boms/bom/pom.xml, line 208, column 25 @ [ERROR] The build could not read 2 projects -> [Help 1] [ERROR]
[ERROR] The project com.sun.xml.ws:jaxws-ri-bom:2.3.1-SNAPSHOT (/home/user/projects/metro-jax-ws/jaxws-ri/boms/bom/pom.xml) has 1 error [ERROR] Non-resolvable import POM: Failure to find org.glassfish.jaxb:jaxb-bom:pom:2.3.1-b170921.0655 in https://maven.java.net/content/repositories/releases/ was cached in the local repository, resolution will not be reattempted until the update interval of jvnet-nexus-releases has elapsed or updates are forced @ line 208, column 25 -> [Help 2] [ERROR]
[ERROR] The project com.sun.xml.ws:jaxws-ri-bom-ext:2.3.1-SNAPSHOT (/home/user/projects/metro-jax-ws/jaxws-ri/boms/bom-ext/pom.xml) has 1 error [ERROR] Non-resolvable import POM: Failure to find org.glassfish.jaxb:jaxb-bom:pom:2.3.1-b170921.0655 in https://maven.java.net/content/repositories/releases/ was cached in the local repository, resolution will not be reattempted until the update interval of jvnet-nexus-releases has elapsed or updates are forced @ com.sun.xml.ws:jaxws-ri-bom:2.3.1-SNAPSHOT, /home/user/projects/metro-jax-ws/jaxws-ri/boms/bom/pom.xml, line 208, column 25 -> [Help 2] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException

Thank you in advance.