File tree Expand file tree Collapse file tree 1 file changed +5
-23
lines changed Expand file tree Collapse file tree 1 file changed +5
-23
lines changed Original file line number Diff line number Diff line change 1
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
1
+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
2
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
4
<modelVersion >4.0.0</modelVersion >
3
5
<groupId >org.springdoc</groupId >
4
6
<artifactId >springdoc-openapi</artifactId >
34
36
<scm >
35
37
<url >git@github.com:springdoc/springdoc-openapi.git</url >
36
38
<connection >scm:git:git@github.com:springdoc/springdoc-openapi.git</connection >
37
- <developerConnection >scm:git:git@github.com:springdoc/springdoc-openapi.git</developerConnection >
39
+ <developerConnection >scm:git:git@github.com:springdoc/springdoc-openapi.git
40
+ </developerConnection >
38
41
</scm >
39
42
<distributionManagement >
40
43
<snapshotRepository >
145
148
</dependency >
146
149
</dependencies >
147
150
<build >
148
- <testResources >
149
- <testResource >
150
- <filtering >true</filtering >
151
- <directory >src/test/resources</directory >
152
- </testResource >
153
- </testResources >
154
151
<pluginManagement >
155
152
<plugins >
156
- <plugin >
157
- <groupId >org.springframework.boot</groupId >
158
- <artifactId >spring-boot-maven-plugin</artifactId >
159
- <configuration >
160
- <finalName >${project.name} -cf</finalName >
161
- </configuration >
162
- </plugin >
163
- <plugin >
164
- <artifactId >maven-war-plugin</artifactId >
165
- <version >${maven-war-plugin.version} </version >
166
- <configuration >
167
- <failOnMissingWebXml >false</failOnMissingWebXml >
168
- </configuration >
169
- </plugin >
170
153
<plugin >
171
154
<groupId >org.codehaus.gmavenplus</groupId >
172
155
<artifactId >gmavenplus-plugin</artifactId >
176
159
</pluginManagement >
177
160
</build >
178
161
179
-
180
162
<profiles >
181
163
<profile >
182
164
<id >gpg</id >
You can’t perform that action at this time.
0 commit comments