From ff2e5c043538b4502a41d5435d05b8d5963b509e Mon Sep 17 00:00:00 2001 From: games647 Date: Thu, 18 Feb 2021 18:25:37 +0100 Subject: [PATCH] Drop package goal for the core module --- .github/workflows/maven.yml | 2 +- bukkit/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 9e8f8a1b..82cef4b0 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -45,4 +45,4 @@ jobs: # Run non-interactive, package (with compile+test), # ignore snapshot updates, because they are likely to have breaking changes, enforce checksums to validate # possible errors in dependencies - run: mvn package test --batch-mode --no-snapshot-updates --strict-checksums --file pom.xml + run: mvn test --batch-mode --no-snapshot-updates --strict-checksums --file pom.xml diff --git a/bukkit/pom.xml b/bukkit/pom.xml index 93de0a08..56e8bac1 100644 --- a/bukkit/pom.xml +++ b/bukkit/pom.xml @@ -20,7 +20,7 @@ org.apache.maven.plugins maven-shade-plugin - 3.2.3 + 3.2.4 false false