Skip to content

Commit

Permalink
Some refinements to make sure the execution only runs once
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Feb 15, 2024
1 parent 471c4fc commit a171754
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion integration-tests/main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@
<artifactId>quarkus-maven-plugin</artifactId>
<executions>
<execution>
<id>track-prod-config-changes</id>
<id>track-config-changes</id>
<phase>process-resources</phase>
<goals>
<goal>track-config-changes</goal>
Expand Down
19 changes: 10 additions & 9 deletions integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,15 @@
<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>
<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>
Expand Down Expand Up @@ -314,7 +315,7 @@
<module>amazon-lambda-rest-resteasy-reactive</module>
<module>amazon-lambda-rest-reactive-routes</module>
<module>amazon-lambda-rest-funqy</module>
<module>amazon-lambda-rest-servlet</module>
<module>amazon-lambda-rest-servlet</module>
<module>amazon-lambda-http-resteasy</module>
<module>amazon-lambda-http-resteasy-reactive</module>
<module>container-image</module>
Expand Down

0 comments on commit a171754

Please sign in to comment.