Build with unlimited strength JCE policy files on Travis

This commit is contained in:
Sebastian Stenzel
2015-08-04 15:23:50 +02:00
parent f454f48248
commit 4cd243e32a

View File

@@ -1,6 +1,7 @@
language: java
jdk:
- oraclejdk8
before_install: "curl -L --cookie 'oraclelicense=accept-securebackup-cookie;' http://download.oracle.com/otn-pub/java/jce/8/jce_policy-8.zip -o /tmp/policy.zip && sudo unzip -j -o /tmp/policy.zip *.jar -d `jdk_switcher home oraclejdk8`/jre/lib/security && rm /tmp/policy.zip"
script: mvn -fmain/pom.xml -Puber-jar clean package
notifications:
webhooks: