forked from Netflix/Hystrix
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Filling in more pom fields for Sonatype
- Loading branch information
Justin Ryan
committed
Oct 5, 2012
1 parent
a8674db
commit 6d4a854
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' | ||
|