Add IssueManagement declaration to POMs

Update POM generation to include an issueManagement section.

Issue: SPR-10929
This commit is contained in:
Phillip Webb 2013-09-23 15:59:28 -07:00
parent 05072e1762
commit 4abe4e9999
1 changed files with 4 additions and 0 deletions

View File

@ -46,6 +46,10 @@ def customizePom(pom, gradleProject) {
email = "jhoeller@vmware.com"
}
}
issueManagement {
system = "Jira"
url = "https://jira.springsource.org/browse/SPR"
}
}
}
}