aboutsummaryrefslogtreecommitdiffstats
path: root/liferay
diff options
context:
space:
mode:
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>