Skip to content

Commit 6d4a854

Browse files
author
Justin Ryan
committed
Filling in more pom fields for Sonatype
1 parent a8674db commit 6d4a854

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

gradle/maven.gradle

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,15 @@ subprojects {
2929

3030
// Closure to configure all the POM with extra info, common to all projects
3131
pom.project {
32+
name "${project.name}"
33+
description "${project.name} developed by Netflix"
34+
developers {
35+
developer {
36+
id 'netflixgithub'
37+
name 'Netflix Open Source Development'
38+
39+
}
40+
}
3241
licenses {
3342
license {
3443
name 'The Apache Software License, Version 2.0'

0 commit comments

Comments
 (0)