fix maven description a bit more

This commit is contained in:
Costin Leau
2012-03-20 12:46:57 +02:00
parent a6e5374afe
commit 0875773301

View File

@@ -105,6 +105,14 @@ def customizePom(pom) {
}
pom.project {
name = project.description
description = project.description
url = 'http://github.com/SpringSource/spring-gemfire'
organization {
name = 'SpringSource'
url = 'http://www.springsource.org/spring-gemfire'
}
licenses {
license {
name 'The Apache Software License, Version 2.0'