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-compiler/pom.xml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'client-compiler') diff --git a/client-compiler/pom.xml b/client-compiler/pom.xml index f44bd4dcca..fbdd0d81a4 100644 --- a/client-compiler/pom.xml +++ b/client-compiler/pom.xml @@ -214,7 +214,7 @@ unpack-dependencies - process-classes + generate-resources unpack @@ -248,9 +248,6 @@ - ${project.build.directory}/classes - false - true @@ -267,7 +264,7 @@ copy-resources - ${project.build.directory}/classes + ${project.build.outputDirectory} src/main/java @@ -320,5 +317,4 @@ - -- cgit v1.2.3