Quellcode durchsuchen

SEC-1995: More Maven Central validation changes

Added developer information to the poms.
Rob Winch vor 13 Jahren
Ursprung
Commit
ab3031c8b9
1 geänderte Dateien mit 7 neuen und 0 gelöschten Zeilen
  1. 7 0
      gradle/maven-deployment.gradle

+ 7 - 0
gradle/maven-deployment.gradle

@@ -78,6 +78,13 @@ def customizePom(pom, gradleProject) {
             connection = 'scm:git:git://github.com/SpringSource/spring-security'
             connection = 'scm:git:git://github.com/SpringSource/spring-security'
             developerConnection = '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 {
         dependencies {
             dependency {
             dependency {
                 artifactId = groupId = 'commons-logging'
                 artifactId = groupId = 'commons-logging'