From 63adf2d915495144295dec21650b3e34564ecb64 Mon Sep 17 00:00:00 2001 From: samskivert Date: Fri, 12 Nov 2010 22:43:27 +0000 Subject: [PATCH] A target for deploying our artifacts to a local Maven repository. git-svn-id: https://samskivert.googlecode.com/svn/trunk@2943 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- build.xml | 16 ++++++++++++++++ gwt-pom.xml | 14 ++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 gwt-pom.xml diff --git a/build.xml b/build.xml index 5a225483..3de806cf 100644 --- a/build.xml +++ b/build.xml @@ -130,4 +130,20 @@ + + + + You must specify the Maven Repository location via -Dmaven.deploy.repo=file:///path. + + + + + + + + + + + diff --git a/gwt-pom.xml b/gwt-pom.xml new file mode 100644 index 00000000..dd4911c0 --- /dev/null +++ b/gwt-pom.xml @@ -0,0 +1,14 @@ + + + 4.0.0 + com.samskivert + samskivert-gwt + jar + 1.2-SNAPSHOT + samskivert-gwt + Source for classes that work with GWT. + + + + +