Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 048451a

Browse files
use 'compile-no-fork' instead of deprecated 'build' goal
1 parent ba081a3 commit 048451a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

standalone/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@
398398
<execution>
399399
<id>build-native</id>
400400
<goals>
401-
<goal>build</goal>
401+
<goal>compile-no-fork</goal>
402402
</goals>
403403
<phase>package</phase>
404404
<configuration>

0 commit comments

Comments
 (0)