File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -77,6 +77,9 @@ subprojects {
77
77
publications {
78
78
mavenJava(MavenPublication ) {
79
79
from components. java
80
+ artifact sourcesJar
81
+ artifact javadocJar
82
+
80
83
versionMapping {
81
84
usage(' java-api' ) {
82
85
fromResolutionOf(' runtimeClasspath' )
@@ -85,6 +88,29 @@ subprojects {
85
88
fromResolutionResult()
86
89
}
87
90
}
91
+ pom {
92
+ name = ' Spring OpenAPI 3.0 documentation generator'
93
+ description = ' Spring OpenAPI 3.0 documentation generator'
94
+ url = ' https://springdoc.org/'
95
+ licenses {
96
+ license {
97
+ name = ' The Apache License, Version 2.0'
98
+ url = ' http://www.apache.org/licenses/LICENSE-2.0.txt'
99
+ }
100
+ }
101
+ developers {
102
+ developer {
103
+ id = ' bnasslahsen'
104
+ name = ' Badr NASS'
105
+ email = ' support@springdoc.org'
106
+ }
107
+ }
108
+ scm {
109
+ connection = ' scm:git:git@github.com:springdoc/springdoc-openapi.git'
110
+ developerConnection = ' scm:git:ssh://github.com:springdoc/springdoc-openapi.git'
111
+ url = ' https://springdoc.org/'
112
+ }
113
+ }
88
114
}
89
115
}
90
116
repositories {
You can’t perform that action at this time.
0 commit comments