summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2011-02-08 15:37:06 +0000
committerRobert Gemmell <robbie@apache.org>2011-02-08 15:37:06 +0000
commit35c4fde67eb87db3ad27855701544b043104b22a (patch)
tree734b5ca44e4949f24d1997b6ad244766366af568 /bin
parentd3a27de39c6de4bf3d1797683b6f8f01c30a4fbb (diff)
downloadqpid-python-35c4fde67eb87db3ad27855701544b043104b22a.tar.gz
QPID-1916: default to using a local repo in the scratch dir (configurable with maven.local.repo), generate poms into the scratch dir, make the artifacts a SNAPSHOT version by default (configurable with maven.snapshot), and tweak the SNAPSHOT output version naming not to be unique (configurable with maven.unique.version)
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1068445 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'bin')
-rwxr-xr-xbin/release.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/release.sh b/bin/release.sh
index 913bbc7334..31c12e630c 100755
--- a/bin/release.sh
+++ b/bin/release.sh
@@ -208,7 +208,7 @@ fi
if [ "JAVA" == "$JAVA" ] ; then
pushd qpid-${VER}/java
- ant build release release-bin release-mvn -Dsvnversion.output=${REV}
+ ant build release release-bin release-mvn -Dsvnversion.output=${REV} -Dmaven.snapshot=false
popd
cp qpid-${VER}/java/release/*.tar.gz artifacts/qpid-java-${VER}.tar.gz