You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by da...@apache.org on 2008/10/22 21:26:19 UTC

svn commit: r707167 - /wicket/trunk/release.sh

Author: dashorst
Date: Wed Oct 22 12:26:19 2008
New Revision: 707167

URL: http://svn.apache.org/viewvc?rev=707167&view=rev
Log:
Modified mvn startup script to call mvn5, an alias to force maven to use jdk 1.5.

Modified:
    wicket/trunk/release.sh

Modified: wicket/trunk/release.sh
URL: http://svn.apache.org/viewvc/wicket/trunk/release.sh?rev=707167&r1=707166&r2=707167&view=diff
==============================================================================
--- wicket/trunk/release.sh (original)
+++ wicket/trunk/release.sh Wed Oct 22 12:26:19 2008
@@ -18,7 +18,7 @@
 echo "Building a release for Apache Wicket. We will need the passphrase for"
 echo "GPG to sign the release."
 echo "This program assumes you use a jdk 1.5 explicitly configured when"
-echo "invoking the 'mvn' Maven 2 command."
+echo "invoking the 'mvn5' Maven 2 command."
 echo ""
 
 echo "Enter your GPG passphrase (input will be hidden)"
@@ -58,11 +58,11 @@
 
 # clean all projects
 echo "Clean all projects"
-mvn clean -Pall
+mvn5 clean -Pall
 
 # package and assemble the release
 echo "Package and assemble the release"
-mvn -ff -Dgpg.passphrase=$passphrase -Prelease deploy assembly:attached $1
+mvn5 -ff -Dgpg.passphrase=$passphrase -Prelease deploy assembly:attached $1
 
 filename=`ls target/dist/apache-wicket*gz`
 gpg --print-md MD5 $filename > $filename.md5