highsource / jaxb2-annotate-plugin

Add arbitrary annotations to JAXB classes.
Other
72 stars 28 forks source link

Doesn't build anymore: Failed to execute goal org.jvnet.jax-ws-commons:jaxws-maven-plugin:2.3 #43

Closed mmoser18 closed 7 years ago

mmoser18 commented 7 years ago

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] 

That's in the /jaxb2-annotate-plugin-tests-jaxws

Any advice, how to get this properly building?

Martin-Luft commented 7 years ago

https://github.com/highsource/jaxb2-annotate-plugin/issues/42

highsource commented 7 years ago

The POM for org.jvnet.jaxb2_commons:jaxb2-basics-annotate:jar:1.0.5-SNAPSHOT is missing, no dependency information available

Well, you have to build the whole project first.