cloud-security-services-integration-library
cloud-security-services-integration-library copied to clipboard
Proposal: Every individual jar/pom should have scm tag
Put yourself in the shoes of developers debugging your code in their IDE. You can read the source code, you find a problem and want to open a issue, but you cannot find information about the repo.
Luckily, maven knows the <scm> tag, but sadly that is only used in parent pom, not in the child module poms, which are consumed as individual jars / projects https://mvnrepository.com/artifact/com.sap.cloud.security.xsuaa
So my proposal is to include the <scm> tag in all poms that are published individually.