You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2021/12/16 21:50:48 UTC

[sling-org-apache-sling-karaf-features] branch master updated: remove IANAL Maven Plugin

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 129adbd  remove IANAL Maven Plugin
129adbd is described below

commit 129adbda6895cbf6f6f12fbe608f3456cbf691ed
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Thu Dec 16 22:50:07 2021 +0100

    remove IANAL Maven Plugin
---
 pom.xml | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/pom.xml b/pom.xml
index 879beb8..a646457 100644
--- a/pom.xml
+++ b/pom.xml
@@ -61,20 +61,6 @@
           </execution>
         </executions>
       </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>ianal-maven-plugin</artifactId>
-        <executions>
-          <execution>
-            <goals>
-              <goal>verify-legal-files</goal>
-            </goals>
-            <configuration>
-              <strict>false</strict>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
     </plugins>
   </build>