javaee / metro-jax-ws

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

Missing artifacts in maven central for 2.3.1 #1252

Closed hazendaz closed 5 years ago

hazendaz commented 5 years ago

jaxws-tools-bundle (jar/source) 2.3.1 are missing from maven central. I've tried manually buidling this project and it fails no matter what jdk used. Can someone on this team get all artifacts released to central?

I do see other tickets open for jdk 11 support issues. More specifically jaxws-maven-plugin doesn't work. The first step to working I belive is getting the above modules released so the plugin will actually run. Otherwise, one has to add jaxws-tools and exclude the bundle. Doing so I believe completely breaks its use with jdk11 since it then cannot find the classes since the module path is missing. I'm still new to understanding modules but suspect that is part of the issue.

lukasj commented 5 years ago

I can see it there: https://repo1.maven.org/maven2/com/sun/xml/ws/jaxws-tools/2.3.1/

hazendaz commented 5 years ago

The bundle module is the missing one.

Get Outlook for Androidhttps://aka.ms/ghei36


From: Lukas Jungmann notifications@github.com Sent: Monday, October 15, 2018 3:35:29 AM To: javaee/metro-jax-ws Cc: Jeremy Landis; Author Subject: Re: [javaee/metro-jax-ws] Missing artifacts in maven central for 2.3.1 (#1252)

I can see it there: https://repo1.maven.org/maven2/com/sun/xml/ws/jaxws-tools/2.3.1/

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/javaee/metro-jax-ws/issues/1252#issuecomment-429738598, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AA7hoxF7PUL44DzPfiq5pth9VYOkgZAiks5ulDrAgaJpZM4XbZCW.

lukasj commented 5 years ago

https://repo1.maven.org/maven2/com/sun/xml/ws/bundles/2.3.1/ ? what groupid:artifactid exactly are you looking for?

hazendaz commented 5 years ago

Jaxws-tools-bundle. The one with all the module info. Attempts to use the maven plugin fail without it.

Get Outlook for Androidhttps://aka.ms/ghei36


From: Lukas Jungmann notifications@github.com Sent: Monday, October 15, 2018 7:17:31 AM To: javaee/metro-jax-ws Cc: Jeremy Landis; Author Subject: Re: [javaee/metro-jax-ws] Missing artifacts in maven central for 2.3.1 (#1252)

https://repo1.maven.org/maven2/com/sun/xml/ws/bundles/2.3.1/ ? what groupid:artifactid exactly are you looking for?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/javaee/metro-jax-ws/issues/1252#issuecomment-429810840, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AA7hoyc7UTS302M8AJQ-TfAMLi645h-bks5ulG7LgaJpZM4XbZCW.

hazendaz commented 5 years ago

This is what is missing. Both the jar and the source. Maven fails on this even though it is listed as optional. Subsequently, I'm having to list jaxws-rt directly and exclude this. This module only has the module-info.java so I suspect it is key for jdk 11 usage to work with this plugin.

 <groupId>com.sun.xml.ws</groupId>
<artifactId>jaxws-rt-bundle</artifactId>

The artifact is not here

hazendaz commented 5 years ago

@lukasj Can you please take another look here? It seems not only here but in other modules with metro some artifacts are missing on latest releases additionally. 'jaxws-rt-bundle' is definitely not in central. Both you have pointed to thus far are not the binary in question. A maven build throws artifact not found in any repo as a result.