You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by dk...@apache.org on 2020/07/26 03:22:15 UTC

[sling-org-apache-sling-app-cms] branch SLING-8913-multiple-instance-types updated: Simplify the conversion POM

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

dklco pushed a commit to branch SLING-8913-multiple-instance-types
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git


The following commit(s) were added to refs/heads/SLING-8913-multiple-instance-types by this push:
     new f9f16c3  Simplify the conversion POM
f9f16c3 is described below

commit f9f16c30556f6c7e9631a8ed1dc164f75573f557
Author: Dan Klco <dk...@apache.org>
AuthorDate: Sat Jul 25 23:21:07 2020 -0400

    Simplify the conversion POM
---
 converter/pom.xml | 34 ----------------------------------
 1 file changed, 34 deletions(-)

diff --git a/converter/pom.xml b/converter/pom.xml
index 8718504..46865b5 100644
--- a/converter/pom.xml
+++ b/converter/pom.xml
@@ -96,40 +96,6 @@ under the License.
                             </aggregates>
                         </configuration>
                     </execution>
-                    <execution>
-                        <id>install-feature</id>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>attach-features</goal>
-                        </goals>
-                    </execution>
-                    <execution>
-                        <id>create-sling-feature-archives</id>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>attach-featurearchives</goal>
-                        </goals>
-                        <configuration>
-                            <archives>
-                                <archive>
-                                    <classifier>slingcmsfar</classifier>
-                                    <includeClassifier>slingcms</includeClassifier>
-                                </archive>
-                            </archives>
-                        </configuration>
-                    </execution>
-                    <execution>
-                        <id>diff</id>
-                        <goals>
-                            <goal>features-diff</goal>
-                        </goals>
-                        <configuration>
-                            <selection>
-                                <includeClassifier>oak_tar</includeClassifier>
-                                <includeClassifier>slingcms</includeClassifier>
-                            </selection>
-                        </configuration>
-                    </execution>
                 </executions>
             </plugin>
             <plugin>