Skip to content

Commit 234a671

Browse files
committed
ci: Add even more info to the generated POM
1 parent 60e2f61 commit 234a671

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

ibm-watson/build.gradle

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,17 @@ task writeNewPom {
119119
url 'https://github.com/watson-developer-cloud/java-sdk'
120120
}
121121

122+
issueManagement {
123+
system 'GitHub'
124+
url 'https://github.com/watson-developer-cloud/java-sdk/issues'
125+
126+
}
127+
128+
ciManagement {
129+
system 'Travis CI'
130+
url 'https://travis-ci.org/watson-developer-cloud/java-sdk'
131+
}
132+
122133
licenses {
123134
license {
124135
name 'The Apache License, Version 2.0'

0 commit comments

Comments
 (0)