Skip to content

Commit

Permalink
Enable deployment of source and javadoc JARs for SNAPSHOT builds
Browse files Browse the repository at this point in the history
  • Loading branch information
joschi committed Mar 14, 2016
1 parent fd1383d commit 591fb58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis_after_success.sh
Expand Up @@ -22,4 +22,4 @@ if [[ "$TRAVIS_PULL_REQUEST" = "true" ]]; then
exit
fi

mvn -B deploy --settings maven_deploy_settings.xml -Dmaven.test.skip=true -Dmaven.javadoc.skip=true -Dsource.skip=true -Dfindbugs.skip=true
mvn -B deploy --settings maven_deploy_settings.xml -Dmaven.test.skip=true -Dfindbugs.skip=true

0 comments on commit 591fb58

Please sign in to comment.