diff options
| author | Robert Gemmell <robbie@apache.org> | 2011-02-08 15:37:06 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2011-02-08 15:37:06 +0000 |
| commit | 35c4fde67eb87db3ad27855701544b043104b22a (patch) | |
| tree | 734b5ca44e4949f24d1997b6ad244766366af568 /bin | |
| parent | d3a27de39c6de4bf3d1797683b6f8f01c30a4fbb (diff) | |
| download | qpid-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-x | bin/release.sh | 2 |
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 |
