This commit is contained in:
aboyko
2023-09-19 19:09:43 -04:00
parent 4fe5be7711
commit ba95fc23bd
12 changed files with 3276 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ if command -v xvfb-run ; then
echo "Using xvfb to run in headless environment..."
xvfb-run ../mvnw \
-DtrimStackTrace=false \
-Pnative
-f ../pom.xml \
-pl $modules \
-am \
@@ -13,6 +14,7 @@ if command -v xvfb-run ; then
else
../mvnw \
-DtrimStackTrace=false \
-Pnative
-f ../pom.xml \
-pl $modules \
-am \
@@ -21,6 +23,7 @@ fi
cd ../xml-ls-extension
../mvnw \
-DtrimStackTrace=false \
-Pnative
-f ../pom.xml \
-pl xml-ls-extension \
-am \

View File

@@ -379,6 +379,10 @@
</executions>
</plugin>
<plugin>
<groupId>org.graalvm.buildtools</groupId>
<artifactId>native-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>