This is an automated email from the ASF dual-hosted git repository.
radu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-xss.git
The following commit(s) were added to refs/heads/master by this push:
new 66f3cb7 SLING-8847 - Upgrade to parent pom 35
66f3cb7 is described below
commit 66f3cb7166022c8e496ee7bea2af3aac49abb06d
Author: Radu Cotescu <[email protected]>
AuthorDate: Mon Nov 18 11:04:03 2019 +0100
SLING-8847 - Upgrade to parent pom 35
* corrected phase for inlining dependencies
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index eef0b43..c156f13 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,7 +77,7 @@
<executions>
<execution>
<id>unpack</id>
- <phase>generate-resources</phase>
+ <phase>prepare-package</phase>
<goals>
<goal>unpack</goal>
</goals>