File tree Expand file tree Collapse file tree 2 files changed +2
-41
lines changed Expand file tree Collapse file tree 2 files changed +2
-41
lines changed Original file line number Diff line number Diff line change 9
9
addons :
10
10
sonarcloud :
11
11
organization : " springdoc"
12
-
12
+
13
13
script :
14
- - mvn deploy -DskipTests --settings settings.xml
14
+ - mvn clean deploy --settings settings.xml
15
15
- mvn sonar:sonar -Dsonar.login=$SONAR_TOKEN -DskipTests
16
16
17
17
Original file line number Diff line number Diff line change 67
67
<swagger-api .version>2.0.10</swagger-api .version>
68
68
<swagger-ui .version>3.24.0</swagger-ui .version>
69
69
<webjars-locator .version>0.37</webjars-locator .version>
70
- <jacoco-maven-plugin .version>0.8.5</jacoco-maven-plugin .version>
71
70
</properties >
72
71
73
72
<dependencyManagement >
131
130
<failOnMissingWebXml >false</failOnMissingWebXml >
132
131
</configuration >
133
132
</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 >
172
133
</plugins >
173
134
</pluginManagement >
174
135
</build >
You can’t perform that action at this time.
0 commit comments