This is an automated email from the ASF dual-hosted git repository. pkarwasz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/master by this push: new 2d153bae2b Remove no-op plugin execution 2d153bae2b is described below commit 2d153bae2bb303ccaf963eeee89e0b9d1a577e64 Author: Piotr P. Karwasz <piotr.git...@karwasz.org> AuthorDate: Tue Oct 18 11:01:39 2022 +0200 Remove no-op plugin execution The 'default' maven-remote-resources-plugin execution is a no-op, because the ASF parent uses a different id. --- log4j-1.2-api/pom.xml | 15 --------------- log4j-api-test/pom.xml | 14 -------------- log4j-api/pom.xml | 15 --------------- log4j-docker/pom.xml | 15 --------------- log4j-flume-ng/pom.xml | 15 --------------- log4j-iostreams/pom.xml | 15 --------------- log4j-jcl/pom.xml | 15 --------------- log4j-jmx-gui/pom.xml | 15 --------------- log4j-jndi-test/pom.xml | 15 --------------- log4j-jndi/pom.xml | 15 --------------- log4j-jpl/pom.xml | 15 --------------- log4j-jul/pom.xml | 15 --------------- log4j-kubernetes/pom.xml | 15 --------------- log4j-liquibase/pom.xml | 15 --------------- log4j-osgi/pom.xml | 15 --------------- log4j-perf/pom.xml | 15 --------------- log4j-samples/pom.xml | 15 --------------- log4j-script/pom.xml | 15 --------------- log4j-slf4j-impl/pom.xml | 15 --------------- log4j-slf4j2-impl/pom.xml | 15 --------------- log4j-spring-boot/pom.xml | 15 --------------- .../log4j-spring-cloud-config-client/pom.xml | 15 --------------- .../log4j-spring-cloud-config-samples/pom.xml | 15 --------------- log4j-spring-cloud-config/pom.xml | 19 ------------------- log4j-taglib/pom.xml | 15 --------------- log4j-to-jul/pom.xml | 15 --------------- log4j-to-slf4j/pom.xml | 15 --------------- pom.xml | 16 ---------------- 28 files changed, 424 deletions(-) diff --git a/log4j-1.2-api/pom.xml b/log4j-1.2-api/pom.xml index 24b7d6680f..21e454f152 100644 --- a/log4j-1.2-api/pom.xml +++ b/log4j-1.2-api/pom.xml @@ -141,21 +141,6 @@ </instructions> </configuration> </plugin> - <!-- Include the standard NOTICE and LICENSE --> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-remote-resources-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>process</goal> - </goals> - <configuration> - <skip>false</skip> - </configuration> - </execution> - </executions> - </plugin> </plugins> </build> <reporting> diff --git a/log4j-api-test/pom.xml b/log4j-api-test/pom.xml index 3268c990e4..da6ffa1860 100644 --- a/log4j-api-test/pom.xml +++ b/log4j-api-test/pom.xml @@ -200,20 +200,6 @@ <useModulePath>false</useModulePath> </configuration> </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-remote-resources-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>process</goal> - </goals> - <configuration> - <skip>false</skip> - </configuration> - </execution> - </executions> - </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> diff --git a/log4j-api/pom.xml b/log4j-api/pom.xml index 2c42386cbe..a117f40be3 100644 --- a/log4j-api/pom.xml +++ b/log4j-api/pom.xml @@ -111,21 +111,6 @@ </execution> </executions> </plugin> - <!-- Include the standard NOTICE and LICENSE --> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-remote-resources-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>process</goal> - </goals> - <configuration> - <skip>false</skip> - </configuration> - </execution> - </executions> - </plugin> </plugins> </build> <reporting> diff --git a/log4j-docker/pom.xml b/log4j-docker/pom.xml index cd7242304e..d09efdacc2 100644 --- a/log4j-docker/pom.xml +++ b/log4j-docker/pom.xml @@ -69,21 +69,6 @@ <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> </plugin> - <!-- Include the standard NOTICE and LICENSE --> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-remote-resources-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>process</goal> - </goals> - <configuration> - <skip>false</skip> - </configuration> - </execution> - </executions> - </plugin> <plugin> <artifactId>maven-surefire-plugin</artifactId> <configuration> diff --git a/log4j-flume-ng/pom.xml b/log4j-flume-ng/pom.xml index 481e6254ed..60200a7d89 100644 --- a/log4j-flume-ng/pom.xml +++ b/log4j-flume-ng/pom.xml @@ -146,21 +146,6 @@ </configuration> </plugin> --> - <!-- Include the standard NOTICE and LICENSE --> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-remote-resources-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>process</goal> - </goals> - <configuration> - <skip>false</skip> - </configuration> - </execution> - </executions> - </plugin> </plugins> </build> <reporting> diff --git a/log4j-iostreams/pom.xml b/log4j-iostreams/pom.xml index a5fd8fd8f5..909e081bf4 100644 --- a/log4j-iostreams/pom.xml +++ b/log4j-iostreams/pom.xml @@ -87,21 +87,6 @@ </instructions> </configuration> </plugin> - <!-- Include the standard NOTICE and LICENSE --> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-remote-resources-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>process</goal> - </goals> - <configuration> - <skip>false</skip> - </configuration> - </execution> - </executions> - </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> diff --git a/log4j-jcl/pom.xml b/log4j-jcl/pom.xml index f9b1269ab9..bd202e7d60 100644 --- a/log4j-jcl/pom.xml +++ b/log4j-jcl/pom.xml @@ -81,21 +81,6 @@ </instructions> </configuration> </plugin> - <!-- Include the standard NOTICE and LICENSE --> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-remote-resources-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>process</goal> - </goals> - <configuration> - <skip>false</skip> - </configuration> - </execution> - </executions> - </plugin> </plugins> </build> <reporting> diff --git a/log4j-jmx-gui/pom.xml b/log4j-jmx-gui/pom.xml index 9dacf1278e..e2f060534b 100644 --- a/log4j-jmx-gui/pom.xml +++ b/log4j-jmx-gui/pom.xml @@ -67,21 +67,6 @@ </instructions> </configuration> </plugin> - <!-- Include the standard NOTICE and LICENSE --> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-remote-resources-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>process</goal> - </goals> - <configuration> - <skip>false</skip> - </configuration> - </execution> - </executions> - </plugin> </plugins> </build> <reporting> diff --git a/log4j-jndi-test/pom.xml b/log4j-jndi-test/pom.xml index 49fffb63b7..7c29ef94de 100644 --- a/log4j-jndi-test/pom.xml +++ b/log4j-jndi-test/pom.xml @@ -96,21 +96,6 @@ </instructions> </configuration> </plugin> - <!-- Include the standard NOTICE and LICENSE --> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-remote-resources-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>process</goal> - </goals> - <configuration> - <skip>false</skip> - </configuration> - </execution> - </executions> - </plugin> </plugins> </build> <reporting> diff --git a/log4j-jndi/pom.xml b/log4j-jndi/pom.xml index 3e1d24862f..3d892a13e0 100644 --- a/log4j-jndi/pom.xml +++ b/log4j-jndi/pom.xml @@ -54,21 +54,6 @@ </instructions> </configuration> </plugin> - <!-- Include the standard NOTICE and LICENSE --> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-remote-resources-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>process</goal> - </goals> - <configuration> - <skip>false</skip> - </configuration> - </execution> - </executions> - </plugin> </plugins> </build> <reporting> diff --git a/log4j-jpl/pom.xml b/log4j-jpl/pom.xml index 77e333dc04..20fcae0e66 100644 --- a/log4j-jpl/pom.xml +++ b/log4j-jpl/pom.xml @@ -132,21 +132,6 @@ <compilerId>javac</compilerId> </configuration> </plugin> - <!-- Include the standard NOTICE and LICENSE --> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-remote-resources-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>process</goal> - </goals> - <configuration> - <skip>false</skip> - </configuration> - </execution> - </executions> - </plugin> <!-- Workaround Surefire 3.0.0-M7 limitation: it does not add the main classes with 'patch-module' --> <plugin> <groupId>org.apache.maven.plugins</groupId> diff --git a/log4j-jul/pom.xml b/log4j-jul/pom.xml index f33a8f19d1..631323cd81 100644 --- a/log4j-jul/pom.xml +++ b/log4j-jul/pom.xml @@ -105,21 +105,6 @@ </execution> </executions> </plugin> - <!-- Include the standard NOTICE and LICENSE --> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-remote-resources-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>process</goal> - </goals> - <configuration> - <skip>false</skip> - </configuration> - </execution> - </executions> - </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> diff --git a/log4j-kubernetes/pom.xml b/log4j-kubernetes/pom.xml index d2ad82df48..511d3f267a 100644 --- a/log4j-kubernetes/pom.xml +++ b/log4j-kubernetes/pom.xml @@ -69,21 +69,6 @@ <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> </plugin> - <!-- Include the standard NOTICE and LICENSE --> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-remote-resources-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>process</goal> - </goals> - <configuration> - <skip>false</skip> - </configuration> - </execution> - </executions> - </plugin> <plugin> <artifactId>maven-surefire-plugin</artifactId> <configuration> diff --git a/log4j-liquibase/pom.xml b/log4j-liquibase/pom.xml index e6d1c884ed..7d79082e48 100644 --- a/log4j-liquibase/pom.xml +++ b/log4j-liquibase/pom.xml @@ -111,21 +111,6 @@ </archive> </configuration> </plugin> - <!-- Include the standard NOTICE and LICENSE --> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-remote-resources-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>process</goal> - </goals> - <configuration> - <skip>false</skip> - </configuration> - </execution> - </executions> - </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> diff --git a/log4j-osgi/pom.xml b/log4j-osgi/pom.xml index 0d895bb7f9..b1cf8f3e24 100644 --- a/log4j-osgi/pom.xml +++ b/log4j-osgi/pom.xml @@ -147,21 +147,6 @@ </execution> </executions> </plugin> - <!-- Include the standard NOTICE and LICENSE --> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-remote-resources-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>process</goal> - </goals> - <configuration> - <skip>false</skip> - </configuration> - </execution> - </executions> - </plugin> <plugin> <artifactId>maven-surefire-plugin</artifactId> <configuration> diff --git a/log4j-perf/pom.xml b/log4j-perf/pom.xml index 48de5fe7b5..e3fdf27d5c 100644 --- a/log4j-perf/pom.xml +++ b/log4j-perf/pom.xml @@ -176,21 +176,6 @@ </annotationProcessorPaths> </configuration> </plugin> - <!-- Include the standard NOTICE and LICENSE --> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-remote-resources-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>process</goal> - </goals> - <configuration> - <skip>false</skip> - </configuration> - </execution> - </executions> - </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId> diff --git a/log4j-samples/pom.xml b/log4j-samples/pom.xml index 14b748b76c..ea6242ea59 100644 --- a/log4j-samples/pom.xml +++ b/log4j-samples/pom.xml @@ -75,21 +75,6 @@ <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> </plugin> - <!-- Include the standard NOTICE and LICENSE --> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-remote-resources-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>process</goal> - </goals> - <configuration> - <skip>false</skip> - </configuration> - </execution> - </executions> - </plugin> </plugins> </build> </project> diff --git a/log4j-script/pom.xml b/log4j-script/pom.xml index a42a6fb6c2..8f20dee27e 100644 --- a/log4j-script/pom.xml +++ b/log4j-script/pom.xml @@ -133,21 +133,6 @@ </instructions> </configuration> </plugin> - <!-- Include the standard NOTICE and LICENSE --> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-remote-resources-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>process</goal> - </goals> - <configuration> - <skip>false</skip> - </configuration> - </execution> - </executions> - </plugin> <!-- Workaround Surefire 3.0.0-M7 limitation: it does not add the main classes with 'patch-module' --> <plugin> <groupId>org.apache.maven.plugins</groupId> diff --git a/log4j-slf4j-impl/pom.xml b/log4j-slf4j-impl/pom.xml index a069276574..d39943fab6 100644 --- a/log4j-slf4j-impl/pom.xml +++ b/log4j-slf4j-impl/pom.xml @@ -159,21 +159,6 @@ </execution> </executions> </plugin> - <!-- Include the standard NOTICE and LICENSE --> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-remote-resources-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>process</goal> - </goals> - <configuration> - <skip>false</skip> - </configuration> - </execution> - </executions> - </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> diff --git a/log4j-slf4j2-impl/pom.xml b/log4j-slf4j2-impl/pom.xml index 7c8ac9f251..574f21f9e4 100644 --- a/log4j-slf4j2-impl/pom.xml +++ b/log4j-slf4j2-impl/pom.xml @@ -120,21 +120,6 @@ </instructions> </configuration> </plugin> - <!-- Include the standard NOTICE and LICENSE --> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-remote-resources-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>process</goal> - </goals> - <configuration> - <skip>false</skip> - </configuration> - </execution> - </executions> - </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> diff --git a/log4j-spring-boot/pom.xml b/log4j-spring-boot/pom.xml index 10547e0ed8..5f144fa097 100644 --- a/log4j-spring-boot/pom.xml +++ b/log4j-spring-boot/pom.xml @@ -105,21 +105,6 @@ </instructions> </configuration> </plugin> - <!-- Include the standard NOTICE and LICENSE --> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-remote-resources-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>process</goal> - </goals> - <configuration> - <skip>false</skip> - </configuration> - </execution> - </executions> - </plugin> </plugins> </build> <reporting> diff --git a/log4j-spring-cloud-config/log4j-spring-cloud-config-client/pom.xml b/log4j-spring-cloud-config/log4j-spring-cloud-config-client/pom.xml index cc8153dd12..7a3a07c4fa 100644 --- a/log4j-spring-cloud-config/log4j-spring-cloud-config-client/pom.xml +++ b/log4j-spring-cloud-config/log4j-spring-cloud-config-client/pom.xml @@ -126,21 +126,6 @@ </instructions> </configuration> </plugin> - <!-- Include the standard NOTICE and LICENSE --> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-remote-resources-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>process</goal> - </goals> - <configuration> - <skip>false</skip> - </configuration> - </execution> - </executions> - </plugin> </plugins> </build> <reporting> diff --git a/log4j-spring-cloud-config/log4j-spring-cloud-config-samples/pom.xml b/log4j-spring-cloud-config/log4j-spring-cloud-config-samples/pom.xml index 388b5e355d..d215342af4 100644 --- a/log4j-spring-cloud-config/log4j-spring-cloud-config-samples/pom.xml +++ b/log4j-spring-cloud-config/log4j-spring-cloud-config-samples/pom.xml @@ -67,21 +67,6 @@ </plugins> </pluginManagement> <plugins> - <!-- Include the standard NOTICE and LICENSE --> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-remote-resources-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>process</goal> - </goals> - <configuration> - <skip>false</skip> - </configuration> - </execution> - </executions> - </plugin> <plugin> <groupId>com.github.spotbugs</groupId> <artifactId>spotbugs-maven-plugin</artifactId> diff --git a/log4j-spring-cloud-config/pom.xml b/log4j-spring-cloud-config/pom.xml index af3a875497..3dee9cc253 100644 --- a/log4j-spring-cloud-config/pom.xml +++ b/log4j-spring-cloud-config/pom.xml @@ -63,23 +63,4 @@ <module>log4j-spring-cloud-config-client</module> <module>log4j-spring-cloud-config-samples</module> </modules> - <build> - <plugins> - <!-- Include the standard NOTICE and LICENSE --> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-remote-resources-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>process</goal> - </goals> - <configuration> - <skip>false</skip> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> </project> diff --git a/log4j-taglib/pom.xml b/log4j-taglib/pom.xml index 50bef8db24..11ff78780f 100644 --- a/log4j-taglib/pom.xml +++ b/log4j-taglib/pom.xml @@ -90,21 +90,6 @@ <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> </plugin> - <!-- Include the standard NOTICE and LICENSE --> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-remote-resources-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>process</goal> - </goals> - <configuration> - <skip>false</skip> - </configuration> - </execution> - </executions> - </plugin> <plugin> <artifactId>maven-surefire-plugin</artifactId> <configuration> diff --git a/log4j-to-jul/pom.xml b/log4j-to-jul/pom.xml index 5fae572e72..c336e31eb3 100644 --- a/log4j-to-jul/pom.xml +++ b/log4j-to-jul/pom.xml @@ -71,21 +71,6 @@ </instructions> </configuration> </plugin> - <!-- Include the standard NOTICE and LICENSE --> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-remote-resources-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>process</goal> - </goals> - <configuration> - <skip>false</skip> - </configuration> - </execution> - </executions> - </plugin> </plugins> </build> <reporting> diff --git a/log4j-to-slf4j/pom.xml b/log4j-to-slf4j/pom.xml index fa3ea9197a..40b05ec775 100644 --- a/log4j-to-slf4j/pom.xml +++ b/log4j-to-slf4j/pom.xml @@ -85,21 +85,6 @@ </instructions> </configuration> </plugin> - <!-- Include the standard NOTICE and LICENSE --> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-remote-resources-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>process</goal> - </goals> - <configuration> - <skip>false</skip> - </configuration> - </execution> - </executions> - </plugin> </plugins> </build> <reporting> diff --git a/pom.xml b/pom.xml index 4ca44a4f1e..959a454e94 100644 --- a/pom.xml +++ b/pom.xml @@ -1558,22 +1558,6 @@ </execution> </executions> </plugin> - <!-- We need to disable the standard ASF configuration to be able to publish our own notice and license files --> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-remote-resources-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>process</goal> - </goals> - <configuration> - <skip>true</skip> - <resourceBundles/> - </configuration> - </execution> - </executions> - </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId>