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-crankstart-launcher.git
commit 4e52000b8b414250516d9e121e12843ede5fe0b6 Author: Oliver Lietz <[email protected]> AuthorDate: Tue Dec 26 13:30:49 2017 +0100 skip Animal Sniffer --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index 0723b93..7509c84 100644 --- a/pom.xml +++ b/pom.xml @@ -120,6 +120,13 @@ </execution> </executions> </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>animal-sniffer-maven-plugin</artifactId> + <configuration> + <skip>true</skip> + </configuration> + </plugin> </plugins> </build> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
