Skip to content

Commit e1de988

Browse files
author
springdoc
committed
project update
1 parent 37b9b5c commit e1de988

File tree

2 files changed

+2
-41
lines changed

2 files changed

+2
-41
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ cache:
99
addons:
1010
sonarcloud:
1111
organization: "springdoc"
12-
12+
1313
script:
14-
- mvn deploy -DskipTests --settings settings.xml
14+
- mvn clean deploy --settings settings.xml
1515
- mvn sonar:sonar -Dsonar.login=$SONAR_TOKEN -DskipTests
1616

1717

pom.xml

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@
6767
<swagger-api.version>2.0.10</swagger-api.version>
6868
<swagger-ui.version>3.24.0</swagger-ui.version>
6969
<webjars-locator.version>0.37</webjars-locator.version>
70-
<jacoco-maven-plugin.version>0.8.5</jacoco-maven-plugin.version>
7170
</properties>
7271

7372
<dependencyManagement>
@@ -131,44 +130,6 @@
131130
<failOnMissingWebXml>false</failOnMissingWebXml>
132131
</configuration>
133132
</plugin>
134-
<plugin>
135-
<groupId>org.jacoco</groupId>
136-
<artifactId>jacoco-maven-plugin</artifactId>
137-
<version>${jacoco-maven-plugin.version}</version>
138-
<executions>
139-
<execution>
140-
<id>default-prepare-agent</id>
141-
<goals>
142-
<goal>prepare-agent</goal>
143-
</goals>
144-
</execution>
145-
<execution>
146-
<id>default-prepare-agent-integration</id>
147-
<goals>
148-
<goal>prepare-agent-integration</goal>
149-
</goals>
150-
</execution>
151-
<execution>
152-
<id>default-report</id>
153-
<phase>verify</phase>
154-
<goals>
155-
<goal>report</goal>
156-
</goals>
157-
</execution>
158-
<execution>
159-
<id>default-report-integration</id>
160-
<goals>
161-
<goal>report-integration</goal>
162-
</goals>
163-
</execution>
164-
<execution>
165-
<id>default-check</id>
166-
<goals>
167-
<goal>check</goal>
168-
</goals>
169-
</execution>
170-
</executions>
171-
</plugin>
172133
</plugins>
173134
</pluginManagement>
174135
</build>

0 commit comments

Comments
 (0)