From: Mathieu Baudier Date: Wed, 9 Sep 2009 16:18:33 +0000 (+0000) Subject: Initial configuration X-Git-Tag: argeo-commons-2.1.30~1848 X-Git-Url: http://git.argeo.org/?a=commitdiff_plain;h=b2bfc5cdb8374a7542d49b9fe729fc58558e5fdb;p=lgpl%2Fargeo-commons.git Initial configuration git-svn-id: https://svn.argeo.org/commons/trunk@2890 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- diff --git a/pom.xml b/pom.xml index c8d8e6399..8104fc77c 100644 --- a/pom.xml +++ b/pom.xml @@ -8,33 +8,139 @@ Argeo Commons pom + 0.1 0.12.1-SNAPSHOT + 0.1.21 + + scm:svn:https://www.argeo.org/svn/commons/trunk + scm:svn:https://www.argeo.org/svn/commons/trunk + https://www.argeo.org/svn/commons/trunk + + + Bugzilla + https://www.argeo.org/bugzilla/ + + + + Apache 2 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + + Argeo + http://www.argeo.org + + + + mbaudier + Mathieu Baudier + + Argeo + http://www.argeo.org + + architect + developer + QA + + + server + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + package + + jar + + + + + + org.argeo.maven.plugins + maven-argeo-osgi-plugin + ${version.maven-argeo-osgi} + + + - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - org.apache.maven.plugins - maven-source-plugin + org.codehaus.mojo + buildnumber-maven-plugin + 1.0-beta-3 - attach-sources - package + validate - jar + create + + false + false + true + + + + org.apache.maven.plugins + maven-resources-plugin + + UTF-8 + + + + org.apache.maven.plugins + maven-site-plugin + 2.0-beta-5 + + + + org.apache.maven.plugins + maven-release-plugin + + true + release + deploy + @@ -133,4 +239,18 @@ + + + false + argeo-restricted + Argeo FOSS Repository + file:///var/argeo/maven2/argeo + + + true + argeo-snapshots-restricted + Argeo FOSS Snapshots Repository + file:///var/argeo/maven2/argeo-snapshots + + \ No newline at end of file diff --git a/server/modules/pom.xml b/server/modules/pom.xml index 17b70b4fd..f2a692324 100644 --- a/server/modules/pom.xml +++ b/server/modules/pom.xml @@ -11,5 +11,17 @@ org.argeo.commons.server modules Commons Server Modules - pom + bundles + + + + org.argeo.maven.plugins + maven-argeo-osgi-plugin + true + + org.argeo.slc.modules.server.bundles + + + + \ No newline at end of file