From 40688a759588d0305ae839b4daa14c11f03f9420 Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Tue, 8 Feb 2011 15:37:06 +0000 Subject: 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 --- java/common.xml | 7 +++++++ java/module.xml | 13 ++++++++----- 2 files changed, 15 insertions(+), 5 deletions(-) (limited to 'java') diff --git a/java/common.xml b/java/common.xml index b1f28dc062..066859b29f 100644 --- a/java/common.xml +++ b/java/common.xml @@ -70,6 +70,13 @@ + + + + + + + diff --git a/java/module.xml b/java/module.xml index 877ca130af..d3954a1544 100644 --- a/java/module.xml +++ b/java/module.xml @@ -219,10 +219,10 @@ - + - + @@ -235,12 +235,15 @@ - + - + + + - + + -- cgit v1.2.1