diff --git a/Jenkinsfile b/Jenkinsfile index 1b908bdf..3556720a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -15,7 +15,7 @@ pipeline { } post { success { - archiveArtifacts artifacts: 'target/*.jar', fingerprint: true + archiveArtifacts artifacts: 'target/*.jar, bootstrap/bukkit/target/*.jar, bootstrap/bungeecord/target/*.jar, bootstrap/sponge/target/*.jar, bootstrap/standalone/target/*.jar', fingerprint: true } } } diff --git a/bootstrap/bukkit/pom.xml b/bootstrap/bukkit/pom.xml index 0b091a54..0f4d3288 100644 --- a/bootstrap/bukkit/pom.xml +++ b/bootstrap/bukkit/pom.xml @@ -26,7 +26,6 @@ ${outputName}-Bukkit - ../../target src/main/resources/ diff --git a/bootstrap/bungeecord/pom.xml b/bootstrap/bungeecord/pom.xml index 01757ff5..317e80cb 100644 --- a/bootstrap/bungeecord/pom.xml +++ b/bootstrap/bungeecord/pom.xml @@ -26,7 +26,6 @@ ${outputName}-BungeeCord - ../../target src/main/resources/ diff --git a/bootstrap/sponge/pom.xml b/bootstrap/sponge/pom.xml index 0e822273..1b1dd8e9 100644 --- a/bootstrap/sponge/pom.xml +++ b/bootstrap/sponge/pom.xml @@ -26,7 +26,6 @@ ${outputName}-Sponge - ../../target src/main/resources/ diff --git a/bootstrap/standalone/pom.xml b/bootstrap/standalone/pom.xml index 05e63ad7..2e767de5 100644 --- a/bootstrap/standalone/pom.xml +++ b/bootstrap/standalone/pom.xml @@ -45,7 +45,6 @@ ${outputName} - ../../target org.apache.maven.plugins