From 97fe9c6ced5eff0002c11faa7b69e0e4272f10c9 Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Mon, 17 Jan 2011 10:34:24 +0000 Subject: [PATCH] Fix for Maven 3 git-svn-id: https://svn.argeo.org/slc/trunk@4047 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- dep/org.argeo.slc.dep.server/pom.xml | 18 ++-- dist/org.argeo.slc.sdk/pom.xml | 149 +++++++-------------------- pom.xml | 7 ++ runtime/pom.xml | 18 +--- 4 files changed, 54 insertions(+), 138 deletions(-) diff --git a/dep/org.argeo.slc.dep.server/pom.xml b/dep/org.argeo.slc.dep.server/pom.xml index 3fd01d479..e8dd1f23b 100644 --- a/dep/org.argeo.slc.dep.server/pom.xml +++ b/dep/org.argeo.slc.dep.server/pom.xml @@ -53,6 +53,12 @@ ${version.argeo-commons} pom + + org.argeo.commons.security + org.argeo.security.modules + ${version.argeo-commons} + pom + @@ -114,18 +120,6 @@ org.argeo.security.dep.ads pom - - org.argeo.commons.server - org.argeo.server.modules - ${version.argeo-commons} - pom - - - org.argeo.commons.security - org.argeo.security.modules - ${version.argeo-commons} - pom - org.argeo.commons.server org.argeo.server.ads diff --git a/dist/org.argeo.slc.sdk/pom.xml b/dist/org.argeo.slc.sdk/pom.xml index e60e73a88..2981d9c03 100644 --- a/dist/org.argeo.slc.sdk/pom.xml +++ b/dist/org.argeo.slc.sdk/pom.xml @@ -1,4 +1,5 @@ - + 4.0.0 org.argeo.slc @@ -109,72 +110,31 @@ - - + + @@ -212,6 +172,7 @@ org.codehaus.mojo rpm-maven-plugin + 2.1-alpha-1 true ${package.version} @@ -388,48 +349,18 @@ - + diff --git a/pom.xml b/pom.xml index 607a12dd0..d252fa50a 100644 --- a/pom.xml +++ b/pom.xml @@ -292,6 +292,7 @@ limitations under the License. org.apache.maven.plugins maven-project-info-reports-plugin + 2.3.1 @@ -300,6 +301,7 @@ limitations under the License. license scm issue-tracking + dependencies @@ -313,6 +315,7 @@ limitations under the License. org.apache.maven.plugins maven-javadoc-plugin + 2.7 false true @@ -322,6 +325,7 @@ limitations under the License. org.apache.maven.plugins maven-jxr-plugin + 2.2 true @@ -329,6 +333,7 @@ limitations under the License. org.apache.maven.plugins maven-surefire-report-plugin + 2.7.1 false true @@ -337,6 +342,7 @@ limitations under the License. org.codehaus.mojo taglist-maven-plugin + 2.4 true @@ -349,6 +355,7 @@ limitations under the License. org.apache.maven.plugins maven-changelog-plugin + 2.2 false diff --git a/runtime/pom.xml b/runtime/pom.xml index a3f2285e8..ee07851b1 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -58,22 +58,6 @@ - org.apache.maven.plugins maven-jar-plugin @@ -100,7 +84,7 @@ META-INF ${project.version}-r${buildNumber} - ${pom.artifactId} + ${project.artifactId} J2SE-1.5 <_removeheaders>Bnd-LastModified -- 2.39.2