This is an automated email from the ASF dual-hosted git repository. mattsicker pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit cdb416b4dcd5f81127b8f25ff372e2b41b278d80 Author: Matt Sicker <[email protected]> AuthorDate: Wed Jul 29 18:27:55 2020 -0500 Fix more pom warnings --- log4j-perf/pom.xml | 4 ---- log4j-samples/log4j-samples-flume-remote/pom.xml | 8 -------- 2 files changed, 12 deletions(-) diff --git a/log4j-perf/pom.xml b/log4j-perf/pom.xml index b21f058..71d0d21 100644 --- a/log4j-perf/pom.xml +++ b/log4j-perf/pom.xml @@ -29,10 +29,6 @@ <name>Apache Log4J Performance Tests</name> <description>The Apache Log4j development-time performance tests</description> - <prerequisites> - <maven>3.0</maven> - </prerequisites> - <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <log4jParentDir>${basedir}/..</log4jParentDir> diff --git a/log4j-samples/log4j-samples-flume-remote/pom.xml b/log4j-samples/log4j-samples-flume-remote/pom.xml index ef40dc3..b5dd23a 100644 --- a/log4j-samples/log4j-samples-flume-remote/pom.xml +++ b/log4j-samples/log4j-samples-flume-remote/pom.xml @@ -127,14 +127,6 @@ <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-deploy-plugin</artifactId> - <version>${deploy.plugin.version}</version> - <configuration> - <skip>true</skip> - </configuration> - </plugin> </plugins> </build> </project>
