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 --- liferay/liferay-assembly-descriptor.xml | 2 +- liferay/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'liferay') diff --git a/liferay/liferay-assembly-descriptor.xml b/liferay/liferay-assembly-descriptor.xml index 18708516fc..64766813cc 100644 --- a/liferay/liferay-assembly-descriptor.xml +++ b/liferay/liferay-assembly-descriptor.xml @@ -9,7 +9,7 @@ - ${project.build.directory}/dependency + ${dependency.unpack.directory} ** diff --git a/liferay/pom.xml b/liferay/pom.xml index 70164a96ba..9f30b4ea7e 100644 --- a/liferay/pom.xml +++ b/liferay/pom.xml @@ -55,7 +55,7 @@ unpack - prepare-package + generate-resources unpack -- cgit v1.2.3