-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use oss.sonatype.org repositories. Cleanup and reorganizing of pom.xml.
- Loading branch information
Luke Spragg
committed
Sep 16, 2013
1 parent
c822be8
commit 612db2f
Showing
2 changed files
with
31 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,13 @@ | ||
# Source language and JDK version to use. | ||
language: java | ||
jdk: oraclejdk7 | ||
|
||
# Compile and package JAR and set build properties. | ||
install: mvn package -DbuildNumber=$TRAVIS_BUILD_NUMBER -DciSystem=travis -Dcommit=${TRAVIS_COMMIT:0:7} | ||
after_success: | ||
- "git clone -b travis `git config --get remote.origin.url` target/travis" | ||
- "[[ \"$TRAVIS_BRANCH\" == \"master\" ]] && mvn deploy --settings target/travis/settings.xml" | ||
|
||
notifications: | ||
# Disable build status email notifications, until the issue with forks is fixed. | ||
email: false | ||
webhooks: | ||
- http://get.spout.org/hook | ||
# Send build information and status to Notifico. | ||
- http://n.tkte.ch/h/491/Vft7K5Sw11ODtddw7GvzNyWN | ||
|
||
env: | ||
global: | ||
- secure: "Q7qDK2ih2Vfq08CE/CHgf4NF1zHp4XREN6gTOSpv1d3HAVXvM6tZ0CoKRw0JPW5tGbgSDBz8xHsrhNgcRbojPBQdp0Yfzyd/njSAXTUAzv6KLF1Bld6OQtbUTmagbsFhbds0yT8A6cnNSSFAzJ7rk7zqW3PzkpCjM7Kx3UzZAoU=" | ||
- secure: "d0bQbTUADalFNgeq6Deym6wDH806nkCJRqu0D01MevTKRpA+ug9T68nCa5fIobHWyA41uID8a/9RLgrVbkISTF+Oh7giksV2wuReYBcJl2x+5o7Ld8CokyzadsgyLcEj1oWtZUdx9rYoyFqc4tEMMDdJHmQ8q/p75y5mNnPnU/M=" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters