aboutsummaryrefslogtreecommitdiffstats
path: root/liferay
diff options
context:
space:
mode:
authorTeemu Suo-Anttila <teemusa@vaadin.com>2016-04-11 13:31:41 +0300
committerTeemu Suo-Anttila <teemusa@vaadin.com>2016-04-11 16:51:21 +0300
commitf776982842daa0dcdf04cc7055afaae9d3386280 (patch)
tree56fb5ef43b48a6c4710ffc0799d097de2a8899cc /liferay
parent7c6710191bd8a5be69c2ec6fc356f013bd36aaf7 (diff)
downloadvaadin-framework-f776982842daa0dcdf04cc7055afaae9d3386280.tar.gz
vaadin-framework-f776982842daa0dcdf04cc7055afaae9d3386280.zip
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
Diffstat (limited to 'liferay')
-rw-r--r--liferay/liferay-assembly-descriptor.xml2
-rw-r--r--liferay/pom.xml2
2 files changed, 2 insertions, 2 deletions
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 @@
<fileSets>
<fileSet>
<outputDirectory/>
- <directory>${project.build.directory}/dependency</directory>
+ <directory>${dependency.unpack.directory}</directory>
<includes>
<include>**</include>
</includes>
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 @@
<executions>
<execution>
<id>unpack</id>
- <phase>prepare-package</phase>
+ <phase>generate-resources</phase>
<goals>
<goal>unpack</goal>
</goals>