You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2020/02/24 15:50:06 UTC

[sling-slingfeature-maven-plugin] branch master updated: SLING-9095 : Create a mojo that is able to create a feature archive. Correct import

This is an automated email from the ASF dual-hosted git repository.

cziegeler 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 ece039f  SLING-9095 : Create a mojo that is able to create a feature archive. Correct import
ece039f is described below

commit ece039f8eb0a740373d7efaa0008bcbb9b389457
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Mon Feb 24 16:49:51 2020 +0100

    SLING-9095 : Create a mojo that is able to create a feature archive. Correct import
---
 .../apache/sling/feature/maven/mojos/AttachFeatureArchivesMojo.java    | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/sling/feature/maven/mojos/AttachFeatureArchivesMojo.java b/src/main/java/org/apache/sling/feature/maven/mojos/AttachFeatureArchivesMojo.java
index 2c8b65e..06a9a2f 100644
--- a/src/main/java/org/apache/sling/feature/maven/mojos/AttachFeatureArchivesMojo.java
+++ b/src/main/java/org/apache/sling/feature/maven/mojos/AttachFeatureArchivesMojo.java
@@ -23,6 +23,7 @@ import java.io.IOException;
 import java.io.InputStream;
 import java.net.MalformedURLException;
 import java.util.ArrayList;
+import java.util.Collections;
 import java.util.List;
 import java.util.Map;
 import java.util.jar.JarEntry;
@@ -41,8 +42,6 @@ import org.apache.sling.feature.Feature;
 import org.apache.sling.feature.io.archive.ArchiveWriter;
 import org.apache.sling.feature.maven.ProjectHelper;
 
-import edu.emory.mathcs.backport.java.util.Collections;
-
 /**
  * Create a feature model archive and attach it. An archive is created for each
  * feature of this project