Skip to content

Commit

Permalink
Explicitly invoke add-reachability-metadata goal on native plugin for…
Browse files Browse the repository at this point in the history
… native buildpacks.
  • Loading branch information
odrotbohm committed Jun 25, 2024
1 parent 5592bee commit 9099c3e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,14 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<plugin>
<groupId>org.graalvm.buildtools</groupId>
<artifactId>native-maven-plugin</artifactId>
<executions>
<execution>
<id>add-reachability-metadata</id>
<goals>
<goal>add-reachability-metadata</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit 9099c3e

Please sign in to comment.