From 93ce059e3e83076d24898e944dfa701826dd51ec Mon Sep 17 00:00:00 2001 From: rtm516 Date: Wed, 17 Jun 2020 17:57:37 +0100 Subject: [PATCH] Clean jenkins artifacts and filter resources --- Jenkinsfile | 2 +- pom.xml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) 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