File tree Expand file tree Collapse file tree 1 file changed +26
-1
lines changed
Expand file tree Collapse file tree 1 file changed +26
-1
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,32 @@ publishing {
2727 register(" jar" , MavenPublication ) {
2828 from(components[" java" ])
2929 pom {
30- url. set(" https://github.com/securecodebox/defectdojo-client-java.git" )
30+ name = ' DefectDojo Client Java'
31+ description = ' Java Client to interact with the DefectDojo API.'
32+ url = ' https://github.com/secureCodeBox/defectdojo-client-java'
33+ licenses {
34+ license {
35+ name = ' The Apache License, Version 2.0'
36+ url = ' http://www.apache.org/licenses/LICENSE-2.0.txt'
37+ }
38+ }
39+ developers {
40+ developer {
41+ id = ' jannik.hollenbach'
42+ name = ' Jannik Hollenbach'
43+ email = ' jannik.hollenbach@iteratec.com'
44+ }
45+ developer {
46+ id = ' robert.seedorff'
47+ name = ' Robert Seedorff'
48+ email = ' robert.seedorff@iteratec.com'
49+ }
50+ }
51+ scm {
52+ connection = ' scm:git@github.com:secureCodeBox/defectdojo-client-java.git'
53+ developerConnection = ' scm:git@github.com:secureCodeBox/defectdojo-client-java.git'
54+ url = ' https://github.com/secureCodeBox/defectdojo-client-java'
55+ }
3156 }
3257 }
3358 }
You can’t perform that action at this time.
0 commit comments