From f776982842daa0dcdf04cc7055afaae9d3386280 Mon Sep 17 00:00:00 2001 From: Teemu Suo-Anttila Date: Mon, 11 Apr 2016 13:31:41 +0300 Subject: Generate sources with release profile This patch refactors how unpacking of dependencies is handled. It now uses a more generic configuration on top level as well as updates the phase where the extraction happens. This way the source plugin configuration remains small Change-Id: I952ec84e05eac255f8b44044baceba37e07737c5 --- client/pom.xml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'client/pom.xml') diff --git a/client/pom.xml b/client/pom.xml index 0e4932936f..4cd5c5b384 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -53,7 +53,7 @@ ${javax.validation.version} provided - + javax.validation validation-api @@ -101,7 +101,7 @@ unpack-dependencies - prepare-package + generate-resources unpack @@ -129,9 +129,6 @@ META-INF/** - ${project.build.directory}/classes - false - true @@ -150,7 +147,7 @@ copy-resources - ${project.build.directory}/classes + ${project.build.outputDirectory} src/main/resources -- cgit v1.2.3