Skip to content

Commit

Permalink
Fix pom.xml issue in 'java-application'
Browse files Browse the repository at this point in the history
  • Loading branch information
rudsberg committed Oct 10, 2024
1 parent b25c71d commit 7f7c2e5
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions samples/java-application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -208,30 +208,6 @@
<build>
<finalName>${project.artifactId}</finalName>
<plugins>
<plugin>
<groupId>org.graalvm.buildtools</groupId>
<artifactId>native-maven-plugin</artifactId>
<version>${native.maven.plugin.version}</version>
<extensions>true</extensions>
<executions>
<execution>
<id>build-native</id>
<goals>
<goal>compile-no-fork</goal>
</goals>
<phase>package</phase>
</execution>
</executions>
<configuration>
<skip>false</skip>
<imageName>${imageName}</imageName>
<fallback>false</fallback>
<buildArgs>
<buildArg>${native.build.arg}</buildArg>
</buildArgs>
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
Expand Down

0 comments on commit 7f7c2e5

Please sign in to comment.