From 3fd2b381d803e52fa88b6ec75dfecd39c7d1b01f Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Fri, 10 Feb 2012 10:45:58 +0000 Subject: [PATCH] Add slc-maven RPM git-svn-id: https://svn.argeo.org/slc/trunk@5038 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- dep/org.argeo.slc.dep.backend/pom.xml | 40 ++++++------- runtime/org.argeo.slc.support.maven/pom.xml | 63 ++++++++++++++++++++- 2 files changed, 81 insertions(+), 22 deletions(-) diff --git a/dep/org.argeo.slc.dep.backend/pom.xml b/dep/org.argeo.slc.dep.backend/pom.xml index fcc1a504a..6aaa71d47 100644 --- a/dep/org.argeo.slc.dep.backend/pom.xml +++ b/dep/org.argeo.slc.dep.backend/pom.xml @@ -197,6 +197,26 @@ + + maven-antrun-plugin + + + install + + run + + + + + + + + + + + + @@ -254,26 +274,6 @@ - - maven-antrun-plugin - - - install - - run - - - - - - - - - - - - diff --git a/runtime/org.argeo.slc.support.maven/pom.xml b/runtime/org.argeo.slc.support.maven/pom.xml index e7cdc3b91..ba954cdbc 100644 --- a/runtime/org.argeo.slc.support.maven/pom.xml +++ b/runtime/org.argeo.slc.support.maven/pom.xml @@ -74,7 +74,7 @@ org.argeo.slc.support.aether ${version.slc} - + @@ -227,6 +227,65 @@ org.junit com.springsource.junit - + + + rpmbuild + + + + org.codehaus.mojo + rpm-maven-plugin + + + rpm-maven + package + + rpm + + + slc-maven + ${version.argeo-distribution} + + + /usr/share/osgi + root + root + 644 + false + + + + + + + + + + + + + maven-antrun-plugin + + + install + + run + + + + + + + + + + + + + + + + -- 2.39.2