From 16b3bf9d77277e1743a835e3c8ad461d72e3dc67 Mon Sep 17 00:00:00 2001 From: samskivert Date: Mon, 15 Nov 2010 19:37:47 +0000 Subject: [PATCH] Turned out it was a typo in the Bamboo configuration, but let's require a repository to be specified anyway. If you want to install to your local repository, we should be using :install rather than :deploy. git-svn-id: https://samskivert.googlecode.com/svn/trunk@2953 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- build.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build.xml b/build.xml index b118b63e..d4e70c8f 100644 --- a/build.xml +++ b/build.xml @@ -130,9 +130,11 @@ - + + Must specify Maven repository with -Dmaven.deploy.repo=file://somepath +