From 644f7559c3aa7f640b39e26c5fb6d32a27de6342 Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Thu, 25 Oct 2012 16:07:58 +0000 Subject: [PATCH] Centralize resources definition git-svn-id: https://svn.argeo.org/commons/trunk@5653 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- base/dep/pom.xml | 18 ------------------ base/plugins/pom.xml | 31 +++++++++---------------------- base/runtime/pom.xml | 15 --------------- pom.xml | 20 ++++++++++++++++++++ security/dep/pom.xml | 8 -------- security/modules/pom.xml | 4 +++- security/plugins/pom.xml | 34 +++++++++------------------------- security/runtime/pom.xml | 13 ------------- server/plugins/pom.xml | 16 ---------------- server/runtime/pom.xml | 13 ------------- 10 files changed, 41 insertions(+), 131 deletions(-) diff --git a/base/dep/pom.xml b/base/dep/pom.xml index f6330a237..4489dced7 100644 --- a/base/dep/pom.xml +++ b/base/dep/pom.xml @@ -18,25 +18,7 @@ org.argeo.eclipse.dep.rcp - - - . - - *.inf - - - - - org.codehaus.mojo - buildnumber-maven-plugin - - false - - - - maven-jar-plugin - org.apache.felix maven-bundle-plugin diff --git a/base/plugins/pom.xml b/base/plugins/pom.xml index f8aad6515..9441e1e58 100644 --- a/base/plugins/pom.xml +++ b/base/plugins/pom.xml @@ -14,20 +14,16 @@ org.argeo.osgi.ui.explorer - - - src/main/resources - - - . - - plugin.xml - META-INF/** - icons/** - - - + + org.apache.felix + maven-bundle-plugin + + + ${project.artifactId};singleton:=true + + + org.apache.maven.plugins maven-source-plugin @@ -39,15 +35,6 @@ - - org.apache.felix - maven-bundle-plugin - - - ${project.artifactId};singleton:=true - - - diff --git a/base/runtime/pom.xml b/base/runtime/pom.xml index 51a48cdc6..099970b9a 100644 --- a/base/runtime/pom.xml +++ b/base/runtime/pom.xml @@ -19,19 +19,4 @@ org.argeo.eclipse.ui.rcp org.argeo.eclipse.ui.jcr - - - - src/main/resources - - - . - - plugin.xml - META-INF/** - icons/** - - - - diff --git a/pom.xml b/pom.xml index 66523ef02..240af13a3 100644 --- a/pom.xml +++ b/pom.xml @@ -337,6 +337,26 @@ limitations under the License. + + + src/main/resources + + + . + + plugin.xml + META-INF/** + WEB-INF/** + icons/** + branding/** + *.properties + p2.inf + + + build.properties + + + org.codehaus.mojo diff --git a/security/dep/pom.xml b/security/dep/pom.xml index d9241f43a..68339e751 100644 --- a/security/dep/pom.xml +++ b/security/dep/pom.xml @@ -18,14 +18,6 @@ org.argeo.security.dep.node.rcp - - - . - - *.inf - - - org.apache.felix diff --git a/security/modules/pom.xml b/security/modules/pom.xml index d469f8506..95074346a 100644 --- a/security/modules/pom.xml +++ b/security/modules/pom.xml @@ -1,4 +1,5 @@ - + 4.0.0 org.argeo.commons @@ -25,6 +26,7 @@ .* + .*/** pom.xml build.properties diff --git a/security/plugins/pom.xml b/security/plugins/pom.xml index 9ef2a6d42..45d76c7b1 100644 --- a/security/plugins/pom.xml +++ b/security/plugins/pom.xml @@ -18,23 +18,16 @@ org.argeo.security.ui.rap - - - src/main/resources - - - . - - plugin.xml - security*.properties - plugin.properties - META-INF/** - branding/** - icons/** - - - + + org.apache.felix + maven-bundle-plugin + + + ${project.artifactId};singleton:=true + + + org.apache.maven.plugins maven-source-plugin @@ -46,15 +39,6 @@ - - org.apache.felix - maven-bundle-plugin - - - ${project.artifactId};singleton:=true - - - \ No newline at end of file diff --git a/security/runtime/pom.xml b/security/runtime/pom.xml index 17a957d79..b7e3f0994 100644 --- a/security/runtime/pom.xml +++ b/security/runtime/pom.xml @@ -17,17 +17,4 @@ org.argeo.security.activemq org.argeo.security.jackrabbit - - - - src/main/resources - - - . - - META-INF/** - - - - \ No newline at end of file diff --git a/server/plugins/pom.xml b/server/plugins/pom.xml index a2808db01..baeeaa2e0 100644 --- a/server/plugins/pom.xml +++ b/server/plugins/pom.xml @@ -15,22 +15,6 @@ org.argeo.jcr.ui.explorer - - - src/main/resources - - - . - - plugin.xml - META-INF/** - icons/** - plugin.properties - - jcrexplorer.properties - - - org.apache.maven.plugins diff --git a/server/runtime/pom.xml b/server/runtime/pom.xml index 9f394401e..c4e647538 100644 --- a/server/runtime/pom.xml +++ b/server/runtime/pom.xml @@ -23,17 +23,4 @@ org.argeo.server.jackrabbit org.argeo.server.modeshape - - - - src/main/resources - - - . - - META-INF/** - - - - \ No newline at end of file -- 2.30.2