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

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


The following commit(s) were added to refs/heads/master by this push:
     new a77d086  Excluded animal-sniffer due to constant issues with Codehaus
a77d086 is described below

commit a77d0869abbc92758af7e91e97c13d779679539c
Author: Andreas Schaefer <[email protected]>
AuthorDate: Mon Jun 22 13:51:36 2020 -0700

    Excluded animal-sniffer due to constant issues with Codehaus
---
 pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/pom.xml b/pom.xml
index 4d9cee8..4ee3cd2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -218,6 +218,15 @@
                         </excludes>
                     </configuration>
                 </plugin>
+                <plugin>
+                    <groupId>org.codehaus.mojo</groupId>
+                    <artifactId>animal-sniffer-maven-plugin</artifactId>
+                    <version>1.18</version>
+                    <configuration>
+                        <!-- The animal sniffer fails regarding: 
org.codehaus.mojo.signature:java18:1.0 -->
+                        <skip>true</skip>
+                    </configuration>
+                </plugin>
             </plugins>
         </pluginManagement>
     </build>

Reply via email to