cloud-security-services-integration-library icon indicating copy to clipboard operation
cloud-security-services-integration-library copied to clipboard

Proposal: Every individual jar/pom should have scm tag

Open MahatmaFatalError opened this issue 10 months ago • 0 comments

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.

MahatmaFatalError avatar Mar 05 '25 08:03 MahatmaFatalError