From 0d466440d90cf33032fc2dde1d7460efe838ebcc Mon Sep 17 00:00:00 2001 From: Endolf Date: Thu, 24 May 2018 18:29:02 +0100 Subject: [PATCH] Activate all profiles and don't compile the code --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 15dc741..8f68897 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -85,7 +85,7 @@ pipeline { globalMavenSettingsConfig: 'global-maven-settings-ossrh', mavenOpts: '-Djavax.net.ssl.trustStore=/etc/ssl/certs/java/cacerts' //Work around for JDK9 missing cacerts ) { - sh "mvn deploy" + sh "mvn -P linux,windows,osx,wintab deploy:deploy" } } }