Skip to content

Commit

Permalink
Filling in more pom fields for Sonatype
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Ryan committed Oct 5, 2012
1 parent a8674db commit 6d4a854
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions gradle/maven.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,15 @@ subprojects {

// Closure to configure all the POM with extra info, common to all projects
pom.project {
name "${project.name}"
description "${project.name} developed by Netflix"
developers {
developer {
id 'netflixgithub'
name 'Netflix Open Source Development'
email '[email protected]'
}
}
licenses {
license {
name 'The Apache Software License, Version 2.0'
Expand Down

0 comments on commit 6d4a854

Please sign in to comment.