-
Notifications
You must be signed in to change notification settings - Fork 41k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing source artifacts for starters #18212
Comments
A starter has no code at all so it doesn't make sense to publish a source jar for it. I can see that jars that have actual source code in them are still published. Am I missing something? |
I'm surprised we managed to pass the oss.sonatype repository publishing rules. I thought source jars were always required. I don't think removing them was intentional. |
I don't think pom artifacts require sources. |
They're not POM artifacts. |
Ah, interesting. |
Both source and javadoc jars are listed in the requirements where it also says the following:
It looks like the rules have been disabled after all or they're not working as intended. |
2.0.x wasn't compliant either. It has |
Agreed. My best guess is that they got removed when we removed the only file the starter provides ( We can put fake sources and javadoc jars but it would be worth checking with Sonatype. I'd like to understand why @Christian-Schmid care or if other sources might be missing (with actual sources in them). |
Hi, We're using spring boot to build our application and are currently migrating to 2.1*. Btw: I've got errors for the following other artifacts:
Thanks |
Hi,
I noticed that for some sub projects starting the release 2.1.0 there are no longer the
-sources.jar
artifacts published to the maven repository.Example (still present):
https://repo.spring.io/release/org/springframework/boot/spring-boot-starter-validation/2.0.9.RELEASE/
Example new version (not present anymore):
https://repo.spring.io/release/org/springframework/boot/spring-boot-starter-validation/2.1.0.RELEASE/
As I couldn't find anything in the release notes indicating that you no longer want to publish them, and furthermore I'm a huge fan of source jars, I kindly ask if it was intended to remove those.
Thanks
Chris
The text was updated successfully, but these errors were encountered: