Skip to content

Commit c2565a9

Browse files
committed
[Fix apache#3569] Disable reproducible comparison for spring boot integration
1 parent b7ec88b commit c2565a9

File tree

1 file changed

+14
-0
lines changed
  • springboot/integration-tests

1 file changed

+14
-0
lines changed

springboot/integration-tests/pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,20 @@
187187
</execution>
188188
</executions>
189189
</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>
190204
</plugins>
191205
</build>
192206
</project>

0 commit comments

Comments
 (0)