Skip to content

Update Maven POM meta information #2506

Closed
@spliffone

Description

@spliffone

Hello together,

some information in the published Maven pom are outdated or missing (see https://repo1.maven.org/maven2/org/springframework/data/spring-data-jpa/2.6.4/spring-data-jpa-2.6.4.pom).

Outdated:

Missing:

  • project.scm.url the references to the source repository
  • project.scm.issueManagement.url

Proposal:

 ...
  <url>https://spring.io/projects/spring-data-jpa</url>
  <scm>
    <connection>scm:git:git://github.com:spring-projects/spring-data-jpa.git</connection>
    <developerConnection>scm:git:[email protected]:spring-projects/spring-data-jpa.git</developerConnection>
    <url>https://github.com/spring-projects/spring-data-jpa</url>    
  </scm>
  <issueManagement>
    <url>https://github.com/spring-projects/spring-data-jpa/issues</url>
  </issueManagement>

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions