We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7ec88b commit c2565a9Copy full SHA for c2565a9
springboot/integration-tests/pom.xml
@@ -187,6 +187,20 @@
187
</execution>
188
</executions>
189
</plugin>
190
+ <plugin>
191
+ <groupId>org.apache.maven.plugins</groupId>
192
+ <artifactId>maven-artifact-plugin</artifactId>
193
+ <executions>
194
+ <execution>
195
+ <id>compare</id>
196
+ <goals>
197
+ <goal>compare</goal>
198
+ </goals>
199
+ <!-- Disable comparison for this module. This is Integration test module, it is not part of the delivery -->
200
+ <phase/>
201
+ </execution>
202
+ </executions>
203
+ </plugin>
204
</plugins>
205
</build>
206
</project>
0 commit comments