diff --git a/Jenkinsfile b/Jenkinsfile index abe22b6f..1b908bdf 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -15,7 +15,7 @@ pipeline { } post { success { - archiveArtifacts artifacts: 'target/Geyser.jar', fingerprint: true + archiveArtifacts artifacts: 'target/*.jar', fingerprint: true } } } diff --git a/bootstrap/bukkit/pom.xml b/bootstrap/bukkit/pom.xml index cbc0ef15..8e597635 100644 --- a/bootstrap/bukkit/pom.xml +++ b/bootstrap/bukkit/pom.xml @@ -25,7 +25,8 @@ - ${outputName}-Bukkit-noshade + ${outputName}-Bukkit + ../../target clean install @@ -37,7 +38,7 @@ org.apache.maven.plugins maven-shade-plugin - 3.1.0 + 3.2.1 package @@ -47,7 +48,6 @@ - ${outputName}-Bukkit true diff --git a/bootstrap/bungeecord/pom.xml b/bootstrap/bungeecord/pom.xml index 3f26909e..5d437bbf 100644 --- a/bootstrap/bungeecord/pom.xml +++ b/bootstrap/bungeecord/pom.xml @@ -25,7 +25,8 @@ - ${outputName}-BungeeCord-noshade + ${outputName}-BungeeCord + ../../target clean install @@ -37,7 +38,7 @@ org.apache.maven.plugins maven-shade-plugin - 3.1.0 + 3.2.1 package @@ -47,7 +48,6 @@ - ${outputName}-BungeeCord true diff --git a/bootstrap/standalone/pom.xml b/bootstrap/standalone/pom.xml index 122b29ab..03e17895 100644 --- a/bootstrap/standalone/pom.xml +++ b/bootstrap/standalone/pom.xml @@ -19,7 +19,8 @@ - ${outputName}-noshade + ${outputName} + ../../target clean install @@ -37,7 +38,7 @@ org.apache.maven.plugins maven-shade-plugin - 3.1.0 + 3.2.1 package @@ -47,7 +48,6 @@ - ${outputName} true diff --git a/connector/pom.xml b/connector/pom.xml index d8c42bcf..30ada454 100644 --- a/connector/pom.xml +++ b/connector/pom.xml @@ -118,7 +118,7 @@ org.apache.maven.plugins maven-shade-plugin - 3.1.0 + 3.2.1 package diff --git a/pom.xml b/pom.xml index ce4ad9e9..e534fbc0 100644 --- a/pom.xml +++ b/pom.xml @@ -104,7 +104,7 @@ org.apache.maven.plugins maven-shade-plugin - 3.1.0 + 3.2.1 true