Skip to content

Commit

Permalink
Deploy source and javadoc jars via Travis-CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Spragg committed Sep 27, 2013
1 parent ecce9f7 commit 25cc66e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ 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}
install: mvn package javadoc:jar source:jar -DbuildNumber=$TRAVIS_BUILD_NUMBER -DciSystem=travis -Dcommit=${TRAVIS_COMMIT:0:7}
after_success:
# Get files for use with build, namely the custom Maven settings.xml.
- "git clone https://github.com/SpoutDev/travis-ci-resources.git target/travis"
Expand Down

0 comments on commit 25cc66e

Please sign in to comment.