[FEATURE] Added automatic deployments to Maven

This commit is contained in:
JKetelaar
2017-08-28 22:41:22 +02:00
parent 408a470960
commit e9d37a98cf
2 changed files with 22 additions and 0 deletions
+10
View File
@@ -46,6 +46,16 @@ deploy:
region: us-west-1
detect_encoding: true
acl: public_read
on:
repo: Parabot/Parabot-317-API-Minified
branch:
- master
- development
jdk: 'oraclejdk7'
- provider: script
script: "cp .travis.settings.xml $HOME/.m2/settings.xml && mvn package javadoc:javadoc deploy site:deploy"
skip_cleanup: true
on:
repo: Parabot/Parabot-317-API-Minified
branch: