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 {
27
27
register(" jar" , MavenPublication ) {
28
28
from(components[" java" ])
29
29
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
+ }
31
56
}
32
57
}
33
58
}
You can’t perform that action at this time.
0 commit comments