Skip to content

Commit

Permalink
Execute quarkus:track-config-changes for all the IT modules to dump q…
Browse files Browse the repository at this point in the history
…uarkus application dependency checksums
  • Loading branch information
aloubyansky committed Dec 8, 2023
1 parent a353bd8 commit 11df920
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,16 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<version>${project.version}</version>
<executions>
<execution>
<!-- for now this execution will only dump Quarkus application dependency checksums that could indicate build time classpath changes -->
<id>track-config-changes</id>
<phase>process-resources</phase>
<goals>
<goal>track-config-changes</goal>
</goals>
</execution>
</executions>
<configuration>
<noDeps>true</noDeps>
<skip>${quarkus.build.skip}</skip>
Expand Down

0 comments on commit 11df920

Please sign in to comment.