diff --git a/Jenkinsfile b/Jenkinsfile index b3a3ed3..87deaf7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -15,7 +15,7 @@ pipeline { } post { success { - archiveArtifacts artifacts: 'target/*.jar', excludes: 'target/original-*.jar', fingerprint: true + archiveArtifacts artifacts: 'target/*.jar', excludes: 'target/geyser-connect-*.jar', fingerprint: true } } } diff --git a/pom.xml b/pom.xml index 66c5fd8..89a236b 100644 --- a/pom.xml +++ b/pom.xml @@ -105,6 +105,12 @@ + + + src/main/resources + true + + org.apache.maven.plugins