From: Mathieu Baudier Date: Tue, 17 Jul 2012 12:20:56 +0000 (+0000) Subject: Introduce base X-Git-Tag: argeo-commons-2.1.30~894 X-Git-Url: http://git.argeo.org/?a=commitdiff_plain;h=1ffa610cbefb827999bf8f067ba8a5f73c3419b0;p=lgpl%2Fargeo-commons.git Introduce base git-svn-id: https://svn.argeo.org/commons/trunk@5468 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- diff --git a/base/dep/pom.xml b/base/dep/pom.xml new file mode 100644 index 000000000..de5fa6b0e --- /dev/null +++ b/base/dep/pom.xml @@ -0,0 +1,16 @@ + + + 4.0.0 + + org.argeo.commons + base + 1.1.4-SNAPSHOT + .. + + org.argeo.commons.base + dep + Commons Base Dependencies + pom + + + \ No newline at end of file diff --git a/base/pom.xml b/base/pom.xml new file mode 100644 index 000000000..8ac7d7add --- /dev/null +++ b/base/pom.xml @@ -0,0 +1,18 @@ + + + 4.0.0 + + org.argeo.commons + 1.1.4-SNAPSHOT + argeo-commons + .. + + base + Commons Base + Standalone building blocks, extending Java or some libraries + pom + + dep + runtime + + \ No newline at end of file diff --git a/base/runtime/pom.xml b/base/runtime/pom.xml new file mode 100644 index 000000000..0339658ee --- /dev/null +++ b/base/runtime/pom.xml @@ -0,0 +1,62 @@ + + 4.0.0 + + org.argeo.commons + base + 1.1.4-SNAPSHOT + .. + + org.argeo.commons.base + runtime + Commons Base Runtime + pom + + + + + + src/main/resources + + + . + + plugin.xml + META-INF/** + icons/** + + + + + + maven-clean-plugin + + + + META-INF + + MANIFEST.MF + + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + org.apache.maven.plugins + maven-source-plugin + + + org.apache.maven.plugins + maven-surefire-plugin + + + org.apache.felix + maven-bundle-plugin + + + +