You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by le...@apache.org on 2015/04/21 23:43:11 UTC

svn commit: r1675200 - /tika/tools/tika_ucar_sonatype.sh

Author: lewismc
Date: Tue Apr 21 21:43:10 2015
New Revision: 1675200

URL: http://svn.apache.org/r1675200
Log:
Final upgrades to the script

Modified:
    tika/tools/tika_ucar_sonatype.sh

Modified: tika/tools/tika_ucar_sonatype.sh
URL: http://svn.apache.org/viewvc/tika/tools/tika_ucar_sonatype.sh?rev=1675200&r1=1675199&r2=1675200&view=diff
==============================================================================
--- tika/tools/tika_ucar_sonatype.sh (original)
+++ tika/tools/tika_ucar_sonatype.sh Tue Apr 21 21:43:10 2015
@@ -80,6 +80,7 @@ for jitem in ${jj2000_array[*]}
 do
     printf "   %s\n" $jitem
     wget -P "$ARTIFACT_DIRECTORY" "${UCAR}$jitem/$JJ2000_VERSION/$jitem-$JJ2000_VERSION.pom" --no-check-certificate
+    wget -P "$ARTIFACT_DIRECTORY" "${UCAR}$jitem/$JJ2000_VERSION/$jitem-$JJ2000_VERSION.jar" --no-check-certificate
     mvn gpg:sign-and-deploy-file -Durl=https://oss.sonatype.org/service/local/staging/deploy/maven2/ -DrepositoryId=edu.ucar -DpomFile="$ARTIFACT_DIRECTORY"$jitem-$JJ2000_VERSION.pom -Dfile="$ARTIFACT_DIRECTORY"$jitem-$JJ2000_VERSION-javadoc.jar -Dclassifier=javadoc -Dgpg.passphrase=$GPG_PASSPHRASE
     mvn gpg:sign-and-deploy-file -Durl=https://oss.sonatype.org/service/local/staging/deploy/maven2/ -DrepositoryId=edu.ucar -DpomFile="$ARTIFACT_DIRECTORY"$jitem-$JJ2000_VERSION.pom -Dfile="$ARTIFACT_DIRECTORY"$jitem-$JJ2000_VERSION-sources.jar -Dclassifier=sources -Dgpg.passphrase=$GPG_PASSPHRASE
     mvn gpg:sign-and-deploy-file -Durl=https://oss.sonatype.org/service/local/staging/deploy/maven2/ -DrepositoryId=edu.ucar -DpomFile="$ARTIFACT_DIRECTORY"$jitem-$JJ2000_VERSION.pom -Dfile="$ARTIFACT_DIRECTORY"$jitem-$JJ2000_VERSION-tests.jar -Dgpg.passphrase=$GPG_PASSPHRASE