Skip to content

Commit

Permalink
test for native image use parent pom (for general setup of maven plug…
Browse files Browse the repository at this point in the history
…ins)
  • Loading branch information
rob-bygrave committed Oct 17, 2023
1 parent 9e288bd commit 87ce3b6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/test-native-image/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.avaje</groupId>
<artifactId>java11-oss</artifactId>
<version>3.12</version>
<relativePath/>
</parent>

<groupId>org.example</groupId>
<artifactId>test-native</artifactId>
Expand Down

0 comments on commit 87ce3b6

Please sign in to comment.