You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ye...@apache.org on 2010/10/14 14:24:52 UTC

svn commit: r1022483 - in /poi/tags/REL_3_7: RELEASE_NOTES.txt legal/RELEASE_NOTES.txt maven/mvn-deploy.sh

Author: yegor
Date: Thu Oct 14 12:24:52 2010
New Revision: 1022483

URL: http://svn.apache.org/viewvc?rev=1022483&view=rev
Log:
include RELEASE_NOTES in the build artifacts

Added:
    poi/tags/REL_3_7/legal/RELEASE_NOTES.txt
      - copied unchanged from r1022473, poi/tags/REL_3_7/RELEASE_NOTES.txt
Removed:
    poi/tags/REL_3_7/RELEASE_NOTES.txt
Modified:
    poi/tags/REL_3_7/maven/mvn-deploy.sh

Modified: poi/tags/REL_3_7/maven/mvn-deploy.sh
URL: http://svn.apache.org/viewvc/poi/tags/REL_3_7/maven/mvn-deploy.sh?rev=1022483&r1=1022482&r2=1022483&view=diff
==============================================================================
--- poi/tags/REL_3_7/maven/mvn-deploy.sh (original)
+++ poi/tags/REL_3_7/maven/mvn-deploy.sh Thu Oct 14 12:24:52 2010
@@ -41,7 +41,6 @@
 # @author Yegor Kozlov
 
 M2_REPOSITORY=scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository
-M2_SCP=people.apache.org:/www/people.apache.org/repo/m2-ibiblio-rsync-repository
 
 VERSION=@VERSION@
 DSTAMP=@DSTAMP@
@@ -51,13 +50,10 @@ do
   mvn gpg:sign-and-deploy-file -DrepositoryId=apache-releases -P apache-releases \
     -Durl=$M2_REPOSITORY \
     -Dfile=$artifactId-$VERSION-$DSTAMP.jar -DpomFile=$artifactId-$VERSION.pom
-  #The maven sign-and-deploy-file command does NOT sign POM files, so we have to upload the POM's .asc manually
-  scp $artifactId-$VERSION.pom.asc $M2_SCP/org/apache/poi/$artifactId/$VERSION/
 
   if [ -r $artifactId-$VERSION-sources-$DSTAMP.jar ]; then
     mvn deploy:deploy-file -DrepositoryId=apache-releases -P apache-releases \
       -Durl=$M2_REPOSITORY -DgeneratePom=false -Dpackaging=java-source \
       -Dfile=$artifactId-$VERSION-sources-$DSTAMP.jar -DpomFile=$artifactId-$VERSION.pom
-    scp $artifactId-$VERSION-sources-$DSTAMP.jar.asc $M2_SCP/org/apache/poi/$artifactId/$VERSION/$artifactId-$VERSION-sources.jar.asc
   fi
 done



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org