From 22d4c69f148e1e29602fc9b51811fa64c7ae7799 Mon Sep 17 00:00:00 2001 From: Marcono1234 Date: Sun, 13 Aug 2023 22:19:53 +0200 Subject: [PATCH] Fix graal-native-image-test module causing failure for 'Check API compatibility' The 'Check API compatibility' workflow runs `mvn install` to install the previous version to the local Maven repository to compare it afterwards. However this fails for the graal-native-image-test module because it does not produce a JAR. Therefore skip execution of the maven-install-plugin for that module. --- graal-native-image-test/pom.xml | 9 +++++++++ pom.xml | 5 +++++ 2 files changed, 14 insertions(+) diff --git a/graal-native-image-test/pom.xml b/graal-native-image-test/pom.xml index 76391200a4..f51b60018c 100644 --- a/graal-native-image-test/pom.xml +++ b/graal-native-image-test/pom.xml @@ -85,6 +85,15 @@ true + + org.apache.maven.plugins + maven-install-plugin + + + true + + org.apache.maven.plugins maven-deploy-plugin diff --git a/pom.xml b/pom.xml index 844dac36ff..73924ac5e0 100644 --- a/pom.xml +++ b/pom.xml @@ -194,6 +194,11 @@ maven-jar-plugin 3.3.0 + + org.apache.maven.plugins + maven-install-plugin + 3.1.1 + org.apache.maven.plugins maven-source-plugin