This is an automated email from the ASF dual-hosted git repository.
davidb pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-slingfeature-maven-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new ba5b618 SLING-8028 Split FeatureExtensionHandler into MergeHandler
and PostProcessor
ba5b618 is described below
commit ba5b6186f907c5735d4715e62c3f11595cb71f62
Author: David Bosschaert <[email protected]>
AuthorDate: Wed Oct 31 11:30:25 2018 +0000
SLING-8028 Split FeatureExtensionHandler into MergeHandler and PostProcessor
Re-enable temporarily disabled integration tests
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index fb4ac29..86a6649 100644
--- a/pom.xml
+++ b/pom.xml
@@ -111,7 +111,7 @@
<projectsDirectory>src/it</projectsDirectory>
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
<pomIncludes>
-
<pomInclude>attach-metadata-from-pom/pom.xml</pomInclude>
+ <pomInclude>**/pom.xml</pomInclude>
</pomIncludes>
<postBuildHookScript>verify</postBuildHookScript>
</configuration>