From aa69974a38e0fe0f6afe5214cb5c5b84bc60d5f7 Mon Sep 17 00:00:00 2001 From: Massimiliano Assante Date: Wed, 23 Jan 2013 10:46:39 +0000 Subject: [PATCH] added copy profile plugin to pom xml git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/social-profile@68243 82a268e6-3cf1-43bd-a215-b396298e98cf --- pom.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/pom.xml b/pom.xml index d64e7cf..cb5d37d 100644 --- a/pom.xml +++ b/pom.xml @@ -181,6 +181,32 @@ + + org.apache.maven.plugins + maven-resources-plugin + 2.5 + + + copy-profile + install + + copy-resources + + + target + + + ${distroDirectory} + true + + profile.xml + + + + + + +