Try to deploy source jars
diff --git a/.travis.yml b/.travis.yml
index b03c44b..c134ca9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,7 +5,7 @@
 # Below this line is configuration for deploying to the Sonatype OSS repo
 # http://blog.xeiam.com/2013/05/configure-travis-ci-to-deploy-snapshots.html
 before_install: "git clone -b travis `git config --get remote.origin.url` target/travis"
-after_success: "mvn deploy --settings target/travis/settings.xml"
+after_success: "mvn source:jar javadoc:jar deploy --settings target/travis/settings.xml"
 
 # whitelist
 branches: