This is an automated email from the ASF dual-hosted git repository. dklco pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git
commit 38864b04b1d92c44d2a01850bd2fd6bed6c23e28 Author: Dan Klco <[email protected]> AuthorDate: Thu Jan 20 22:13:33 2022 -0500 SLING-11080 - Removing ianal-maven-plugin which is not supported in Java 16+ --- feature/pom.xml | 11 ----------- it/pom.xml | 11 ----------- 2 files changed, 22 deletions(-) diff --git a/feature/pom.xml b/feature/pom.xml index edc1a25..f35b698 100644 --- a/feature/pom.xml +++ b/feature/pom.xml @@ -27,17 +27,6 @@ <build> <plugins> <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>ianal-maven-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>verify-legal-files</goal> - </goals> - </execution> - </executions> - </plugin> - <plugin> <artifactId>maven-clean-plugin</artifactId> <configuration> <filesets> diff --git a/it/pom.xml b/it/pom.xml index 3c7b98c..a4c9fc7 100644 --- a/it/pom.xml +++ b/it/pom.xml @@ -29,17 +29,6 @@ <build> <plugins> <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>ianal-maven-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>verify-legal-files</goal> - </goals> - </execution> - </executions> - </plugin> - <plugin> <artifactId>maven-clean-plugin</artifactId> <configuration> <filesets>
