You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2019/03/15 08:03:17 UTC

[sling-parent] branch master updated: SLING-8317 use latest sling-maven-plugin

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

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 553c10c  SLING-8317 use latest sling-maven-plugin
553c10c is described below

commit 553c10ca5d8967243e08e8b20fa675a6120f3f53
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Fri Mar 15 09:03:10 2019 +0100

    SLING-8317 use latest sling-maven-plugin
---
 sling-bundle-parent/pom.xml | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/sling-bundle-parent/pom.xml b/sling-bundle-parent/pom.xml
index 9d048d9..4013801 100644
--- a/sling-bundle-parent/pom.xml
+++ b/sling-bundle-parent/pom.xml
@@ -40,7 +40,6 @@
     <build>
         <pluginManagement>
             <plugins>
-
                 <plugin>
                     <groupId>org.apache.sling</groupId>
                     <artifactId>sling-maven-plugin</artifactId>
@@ -162,22 +161,6 @@ Bundle-SCM: url=${project.scm.url},connection=${project.scm.connection},develope
                         </configuration>
                     </execution>
                     <execution>
-                        <id>ban-maven-sling-plugin</id>
-                        <goals>
-                            <goal>enforce</goal>
-                        </goals>
-                        <configuration>
-                            <rules>
-                                <bannedPlugins>
-                                    <excludes>
-                                        <exclude>org.apache.sling:maven-sling-plugin</exclude>
-                                    </excludes>
-                                    <message>Please change all occurences of maven-sling-plugin to sling-maven-plugin (plugin was renamed).</message>
-                                  </bannedPlugins>
-                            </rules>
-                        </configuration>
-                    </execution>
-                    <execution>
                         <id>enforce-java</id>
                         <goals>
                             <goal>enforce</goal>