From 0751d6db375f579024e4275eeb72696bc77bb7ab Mon Sep 17 00:00:00 2001 From: leo Date: Mon, 15 Oct 2007 00:05:54 +0000 Subject: [PATCH] git-svn-id: http://www.xerial.org/svn/project/XerialJ/trunk/sqlite-jdbc@1664 ae02f08e-27ec-0310-ae8c-8ba02fe2eafd --- Makefile | 10 +++++++++- pom.xml | 48 +++++++++++++++++++++++++++--------------------- 2 files changed, 36 insertions(+), 22 deletions(-) diff --git a/Makefile b/Makefile index 8d8fad2..db35698 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,10 @@ -all: win mac linux +CURRENT_DIR = $(shell cygpath -w `pwd`) +all: package + +package: win mac linux + win: mvn -P win package @@ -11,6 +15,10 @@ linux: mvn -P linux package +deploy: + mvn -P win deploy + mvn -P mac deploy + mvn -P linux deploy clean: mvn clean diff --git a/pom.xml b/pom.xml index 8c3c658..ead1437 100644 --- a/pom.xml +++ b/pom.xml @@ -2,6 +2,28 @@ + + + + win + + win + + + + linux + + linux + + + + mac + + mac + + + + xerial-base org.xerial @@ -20,6 +42,11 @@ xerial.local file://${basedir}/../maven/site/${project.artifactId} + + xerial.local + Xerial Maven Repository managed by Subversion + file://${basedir}/../maven/artifact + @@ -30,27 +57,6 @@ - - - - win - - win - - - - linux - - linux - - - - mac - - mac - - - -- 2.11.0