Skip to content

Commit

Permalink
Properly skip native image for multiple-providers
Browse files Browse the repository at this point in the history
  • Loading branch information
geoand committed Jun 3, 2024
1 parent 801bba4 commit f00a57d
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions integration-tests/multiple-providers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,28 +126,4 @@
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>native-image</id>
<activation>
<property>
<name>native</name>
</property>
</activation>
<build>
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<skipTests>${native.surefire.skip}</skipTests>
</configuration>
</plugin>
</plugins>
</build>
<properties>
<skipITs>true</skipITs>
<quarkus.package.type>native</quarkus.package.type>
</properties>
</profile>
</profiles>
</project>

0 comments on commit f00a57d

Please sign in to comment.