Adding a description to the maven.gradle file.
This commit is contained in:
@@ -29,8 +29,8 @@ def customizePom(pom, gradleProject) {
|
||||
|
||||
// add all items necessary for maven central publication
|
||||
generatedPom.project {
|
||||
name = gradleProject.description
|
||||
description = gradleProject.description
|
||||
name = "Spring Data REST"
|
||||
description = "Directly export Spring Data managed JPA Entities to the web."
|
||||
url = 'http://github.com/SpringSource/spring-data-rest'
|
||||
organization {
|
||||
name = 'SpringSource'
|
||||
|
||||
Reference in New Issue
Block a user