You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by da...@apache.org on 2018/11/14 18:22:30 UTC

[sling-slingfeature-maven-plugin] branch master updated: SLING-8109 Replace KeyValueMap with Map

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 708bb49  SLING-8109 Replace KeyValueMap with Map<String,String>
708bb49 is described below

commit 708bb49e4accca5364488743b537819f0a987fbe
Author: David Bosschaert <bo...@adobe.com>
AuthorDate: Wed Nov 14 18:22:06 2018 +0000

    SLING-8109 Replace KeyValueMap with Map<String,String>
    
    Re-enable all it tests.
---
 pom.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index b3ebc39..62b5c47 100644
--- a/pom.xml
+++ b/pom.xml
@@ -109,9 +109,7 @@
                     <projectsDirectory>src/it</projectsDirectory>
                     <cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
                     <pomIncludes>
-                        <pomInclude>**/attach-metadata-from-pom/pom.xml</pomInclude>
-                        <pomInclude>**/schema-validation-ko/pom.xml</pomInclude>
-                        <pomInclude>**/variables-interpolator/pom.xml</pomInclude>
+                        <pomInclude>**/pom.xml</pomInclude>
                     </pomIncludes>
                     <postBuildHookScript>verify</postBuildHookScript>
                 </configuration>