Skip to content

Commit ab3031c

Browse files
committed
SEC-1995: More Maven Central validation changes
Added developer information to the poms.
1 parent 5174a80 commit ab3031c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

gradle/maven-deployment.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,13 @@ def customizePom(pom, gradleProject) {
7878
connection = 'scm:git:git://github.com/SpringSource/spring-security'
7979
developerConnection = 'scm:git:git://github.com/SpringSource/spring-security'
8080
}
81+
developers {
82+
developer {
83+
id = 'rwinch'
84+
name = 'Rob Winch'
85+
email = 'rwinch@vmware.com'
86+
}
87+
}
8188
dependencies {
8289
dependency {
8390
artifactId = groupId = 'commons-logging'

0 commit comments

Comments
 (0)