Adding a description to the maven.gradle file.

This commit is contained in:
Jon Brisbin
2012-10-15 15:13:46 -04:00
committed by Jon Brisbin
parent 316ac5d942
commit 02f680bfc5

View File

@@ -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'