Install javadoc and sources in the local Maven repository

Change-Id: Ib24a95999b2e81806b96e7ea2aa4e91cca96d1a9
diff --git a/maven/lib-maven-deploy.sh b/maven/lib-maven-deploy.sh
index 24f5050..e466417 100644
--- a/maven/lib-maven-deploy.sh
+++ b/maven/lib-maven-deploy.sh
@@ -52,6 +52,8 @@
            install:install-file
             -Dfile=$curFile \
             -DpomFile=$pomFile \
+            $javadoc \
+            $sources \
             -q"
   elif [[ "$gpgPassphrase" != "" ]]; then
     echo "Signing and Deploying $curFile to $mavenRepoUrl"