From 7e47958d8290552f3c658c2c43a13dbc00d7ff09 Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Tue, 1 Dec 2015 16:02:40 +0000 Subject: [PATCH] - Use updated Maven OSGi plugin - Improve RPM build git-svn-id: https://svn.argeo.org/commons/trunk@8673 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- pom.xml | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 62 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 0c9839787..0ad26aa97 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,6 @@ - + 4.0.0 org.argeo.commons argeo-commons @@ -12,8 +13,8 @@ 2012-12-19 2.1.12 - 6 - /srv/rpmfactory/argeo-osgi-2-staging/6/x86_64 + 6 + /srv/rpmfactory/argeo-osgi-2-staging/6/x86_64 UTF-8 @@ -194,7 +195,7 @@ limitations under the License. maven-antrun-plugin - 1.7 + 1.8 maven-resources-plugin @@ -247,12 +248,11 @@ limitations under the License. org.codehaus.mojo rpm-maven-plugin - 2.1-alpha-1 + 2.1.4 true ${project.version} - 1.el${rpm.release} - argeo${rpm.release} + argeo${argeo.rpm.release} Applications/System /usr @@ -266,7 +266,7 @@ limitations under the License. org.argeo.maven.plugins maven-argeo-osgi-plugin - 1.1.4 + 1.1.5 @@ -471,5 +471,59 @@ limitations under the License. + + rpmbuild + + + + maven-antrun-plugin + + + install + + run + + + + + + + + + + + + + + + + + rpmbuild-tp + + + + maven-antrun-plugin + + + install + + run + + + + + + + + + + + + + + + -- 2.30.2