SEC-1995: More Maven Central validation changes

Added developer information to the poms.
This commit is contained in:
Rob Winch 2012-08-09 23:43:07 -05:00
parent 5174a8020d
commit ab3031c8b9
1 changed files with 7 additions and 0 deletions

View File

@ -78,6 +78,13 @@ def customizePom(pom, gradleProject) {
connection = 'scm:git:git://github.com/SpringSource/spring-security'
developerConnection = 'scm:git:git://github.com/SpringSource/spring-security'
}
developers {
developer {
id = 'rwinch'
name = 'Rob Winch'
email = 'rwinch@vmware.com'
}
}
dependencies {
dependency {
artifactId = groupId = 'commons-logging'