I pulled the project, but when I run Maven over it, I only get:
...
INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ jaxb2-annotate-plugin-tests-jaxws ---
[INFO]
[INFO] --- jaxws-maven-plugin:2.3:wsimport (default) @ jaxb2-annotate-plugin-tests-jaxws ---
[WARNING] The POM for org.jvnet.jaxb2_commons:jaxb2-basics-annotate:jar:1.0.5-SNAPSHOT is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.486 s
[INFO] Finished at: 2017-10-09T21:04:44+02:00
[INFO] Final Memory: 9M/245M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.jvnet.jax-ws-commons:jaxws-maven-plugin:2.3:wsimport (default) on project jaxb2-annotate-plugin-tests-jaxws: Execution default of goal org.jvnet.jax-ws-commons:jaxws-maven-plugin:2.3:wsimport failed: Plugin org.jvnet.jax-ws-commons:jaxws-maven-plugin:2.3 or one of its dependencies could not be resolved: Failure to find org.jvnet.jaxb2_commons:jaxb2-basics-annotate:jar:1.0.5-SNAPSHOT in https://maven.java.net/content/repositories/snapshots was cached in the local repository, resolution will not be reattempted until the update interval of jvnet-nexus-snapshots has elapsed or updates are forced -> [Help 1]
[ERROR]
I pulled the project, but when I run Maven over it, I only get:
That's in the /jaxb2-annotate-plugin-tests-jaxws
Any advice, how to get this properly building?