Skip to content

Commit e27602d

Browse files
author
bnasslahsen
committed
clean pom.xml
1 parent dde8fe7 commit e27602d

File tree

1 file changed

+5
-23
lines changed

1 file changed

+5
-23
lines changed

pom.xml

Lines changed: 5 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
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">
24
<modelVersion>4.0.0</modelVersion>
35
<groupId>org.springdoc</groupId>
46
<artifactId>springdoc-openapi</artifactId>
@@ -34,7 +36,8 @@
3436
<scm>
3537
<url>git@github.com:springdoc/springdoc-openapi.git</url>
3638
<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>
3841
</scm>
3942
<distributionManagement>
4043
<snapshotRepository>
@@ -145,28 +148,8 @@
145148
</dependency>
146149
</dependencies>
147150
<build>
148-
<testResources>
149-
<testResource>
150-
<filtering>true</filtering>
151-
<directory>src/test/resources</directory>
152-
</testResource>
153-
</testResources>
154151
<pluginManagement>
155152
<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>
170153
<plugin>
171154
<groupId>org.codehaus.gmavenplus</groupId>
172155
<artifactId>gmavenplus-plugin</artifactId>
@@ -176,7 +159,6 @@
176159
</pluginManagement>
177160
</build>
178161

179-
180162
<profiles>
181163
<profile>
182164
<id>gpg</id>

0 commit comments

Comments
 (0)