Activate all profiles and don't compile the code

This commit is contained in:
Endolf 2018-05-24 18:29:02 +01:00
parent b93ddcc46e
commit 0d466440d9

2
Jenkinsfile vendored
View file

@ -85,7 +85,7 @@ pipeline {
globalMavenSettingsConfig: 'global-maven-settings-ossrh', globalMavenSettingsConfig: 'global-maven-settings-ossrh',
mavenOpts: '-Djavax.net.ssl.trustStore=/etc/ssl/certs/java/cacerts' //Work around for JDK9 missing cacerts 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"
} }
} }
} }