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:59 UTC

[sling-org-apache-sling-karaf-distribution] 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-distribution.git


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

commit 0dec846ea905d50f838cf47f364b763741f5d880
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Thu Dec 16 22:50:31 2021 +0100

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

diff --git a/pom.xml b/pom.xml
index 3cfe024..64f3c03 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,13 +50,6 @@
   <build>
     <plugins>
       <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>ianal-maven-plugin</artifactId>
-        <configuration>
-          <skip>true</skip>
-        </configuration>
-      </plugin>
-      <plugin>
         <groupId>org.apache.karaf.tooling</groupId>
         <artifactId>karaf-maven-plugin</artifactId>
         <version>4.3.3</version>