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

vy pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/2.x by this push:
     new e45ea0c0e0 Remove unused Maven properties
e45ea0c0e0 is described below

commit e45ea0c0e0b3a0571e5002e26b141b5fb22d2e17
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Wed Nov 1 14:09:12 2023 +0100

    Remove unused Maven properties
---
 log4j-1.2-api/pom.xml                                              | 2 --
 log4j-api-java9/pom.xml                                            | 2 --
 log4j-api-test/pom.xml                                             | 2 --
 log4j-api/pom.xml                                                  | 2 --
 log4j-appserver/pom.xml                                            | 2 --
 log4j-cassandra/pom.xml                                            | 2 --
 log4j-core-its/pom.xml                                             | 2 --
 log4j-core-java9/pom.xml                                           | 2 --
 log4j-core-test/pom.xml                                            | 2 --
 log4j-core/pom.xml                                                 | 2 --
 log4j-couchdb/pom.xml                                              | 2 --
 log4j-docker/pom.xml                                               | 2 --
 log4j-flume-ng/pom.xml                                             | 2 --
 log4j-iostreams/pom.xml                                            | 4 ----
 log4j-jakarta-smtp/pom.xml                                         | 2 --
 log4j-jakarta-web/pom.xml                                          | 2 --
 log4j-jcl/pom.xml                                                  | 2 --
 log4j-jdbc-dbcp2/pom.xml                                           | 2 --
 log4j-jpa/pom.xml                                                  | 2 --
 log4j-kubernetes/pom.xml                                           | 2 --
 log4j-layout-template-json-test/pom.xml                            | 2 --
 log4j-layout-template-json/pom.xml                                 | 2 --
 log4j-mongodb3/pom.xml                                             | 2 --
 log4j-mongodb4/pom.xml                                             | 2 --
 log4j-osgi-test/pom.xml                                            | 2 --
 log4j-perf-test/pom.xml                                            | 2 --
 log4j-slf4j-impl/pom.xml                                           | 2 --
 log4j-slf4j2-impl/pom.xml                                          | 2 --
 log4j-spring-boot/pom.xml                                          | 2 --
 log4j-spring-cloud-config/log4j-spring-cloud-config-client/pom.xml | 2 --
 log4j-taglib/pom.xml                                               | 2 --
 log4j-to-jul/pom.xml                                               | 4 ----
 log4j-to-slf4j/pom.xml                                             | 2 --
 log4j-web/pom.xml                                                  | 2 --
 pom.xml                                                            | 3 ---
 35 files changed, 75 deletions(-)

diff --git a/log4j-1.2-api/pom.xml b/log4j-1.2-api/pom.xml
index 7bbd4f07a1..ba8091687c 100644
--- a/log4j-1.2-api/pom.xml
+++ b/log4j-1.2-api/pom.xml
@@ -28,8 +28,6 @@
   <name>Apache Log4j 1.x Compatibility API</name>
   <description>The Apache Log4j 1.x Compatibility API</description>
   <properties>
-    <docLabel>Log4j 1.2 Documentation</docLabel>
-    <projectDir>/log4j12-api</projectDir>
     <module.name>org.apache.log4j</module.name>
 
     <!--
diff --git a/log4j-api-java9/pom.xml b/log4j-api-java9/pom.xml
index 60f465c357..ee07bd9339 100644
--- a/log4j-api-java9/pom.xml
+++ b/log4j-api-java9/pom.xml
@@ -28,8 +28,6 @@
   <name>Apache Log4j API Java 9 support</name>
   <description>The Apache Log4j API (Java 9)</description>
   <properties>
-    <docLabel>API Documentation</docLabel>
-    <projectDir>/api</projectDir>
     <maven.deploy.skip>true</maven.deploy.skip>
     <maven.compiler.release>9</maven.compiler.release>
   </properties>
diff --git a/log4j-api-test/pom.xml b/log4j-api-test/pom.xml
index 3a9a1bf092..c39c7f9975 100644
--- a/log4j-api-test/pom.xml
+++ b/log4j-api-test/pom.xml
@@ -28,8 +28,6 @@
   <name>Apache Log4j API Tests</name>
   <description>The Apache Log4j API Test</description>
   <properties>
-    <docLabel>API Documentation</docLabel>
-    <projectDir>/api</projectDir>
 
     <!--
       ~ OSGi and JPMS options
diff --git a/log4j-api/pom.xml b/log4j-api/pom.xml
index c506301d7c..cdcbe5e790 100644
--- a/log4j-api/pom.xml
+++ b/log4j-api/pom.xml
@@ -28,8 +28,6 @@
   <name>Apache Log4j API</name>
   <description>The Apache Log4j API</description>
   <properties>
-    <docLabel>API Documentation</docLabel>
-    <projectDir>/api</projectDir>
     <javadoc.skip>false</javadoc.skip>
 
     <!--
diff --git a/log4j-appserver/pom.xml b/log4j-appserver/pom.xml
index 3271abeee3..df0ce0067d 100644
--- a/log4j-appserver/pom.xml
+++ b/log4j-appserver/pom.xml
@@ -32,8 +32,6 @@
   <description>Provide Log4j as the logging implementation for application 
servers</description>
 
   <properties>
-    <docLabel>Web Documentation</docLabel>
-    <projectDir>/log4j-appserver</projectDir>
 
     <!--
       ~ OSGi and JPMS options
diff --git a/log4j-cassandra/pom.xml b/log4j-cassandra/pom.xml
index 3c0302e547..f0ae5007f2 100644
--- a/log4j-cassandra/pom.xml
+++ b/log4j-cassandra/pom.xml
@@ -28,8 +28,6 @@
   <name>Apache Log4j Cassandra</name>
   <description>Cassandra appender for Log4j.</description>
   <properties>
-    <docLabel>Cassandra Documentation</docLabel>
-    <projectDir>/log4j-cassandra</projectDir>
 
     <!--
       ~ OSGi and JPMS options
diff --git a/log4j-core-its/pom.xml b/log4j-core-its/pom.xml
index e7b4df94b3..b7fe76e189 100644
--- a/log4j-core-its/pom.xml
+++ b/log4j-core-its/pom.xml
@@ -28,8 +28,6 @@
   <name>Apache Log4j Core Integration Tests</name>
   <description>Integration Tests for the Apache Log4j 
Implementation</description>
   <properties>
-    <docLabel>Core Documentation</docLabel>
-    <projectDir>/core</projectDir>
     <bnd.baseline.skip>true</bnd.baseline.skip>
     <maven.deploy.skip>true</maven.deploy.skip>
     <maven.install.skip>true</maven.install.skip>
diff --git a/log4j-core-java9/pom.xml b/log4j-core-java9/pom.xml
index c7fd95688b..6b6c0e0b25 100644
--- a/log4j-core-java9/pom.xml
+++ b/log4j-core-java9/pom.xml
@@ -28,8 +28,6 @@
   <name>Apache Log4j Implementation Java 9 support</name>
   <description>The Apache Log4j Implementation (Java 9)</description>
   <properties>
-    <docLabel>Log4j Implementation Documentation</docLabel>
-    <projectDir>/core</projectDir>
     <maven.compiler.release>9</maven.compiler.release>
     <maven.deploy.skip>true</maven.deploy.skip>
   </properties>
diff --git a/log4j-core-test/pom.xml b/log4j-core-test/pom.xml
index 878ff95752..a54d2ffcf2 100644
--- a/log4j-core-test/pom.xml
+++ b/log4j-core-test/pom.xml
@@ -28,8 +28,6 @@
   <name>Apache Log4j Core Tests</name>
   <description>The Apache Log4j Implementation Tests</description>
   <properties>
-    <docLabel>Core Documentation</docLabel>
-    <projectDir>/core</projectDir>
 
     <!-- Dependency versions -->
     <slf4j-ext.version>${slf4j.version}</slf4j-ext.version>
diff --git a/log4j-core/pom.xml b/log4j-core/pom.xml
index bb750c39c3..7202eef410 100644
--- a/log4j-core/pom.xml
+++ b/log4j-core/pom.xml
@@ -28,8 +28,6 @@
   <name>Apache Log4j Core</name>
   <description>The Apache Log4j Implementation</description>
   <properties>
-    <docLabel>Core Documentation</docLabel>
-    <projectDir>/core</projectDir>
     <javadoc.skip>false</javadoc.skip>
 
     <!--
diff --git a/log4j-couchdb/pom.xml b/log4j-couchdb/pom.xml
index 6c428c2c75..ac65c693e0 100644
--- a/log4j-couchdb/pom.xml
+++ b/log4j-couchdb/pom.xml
@@ -28,8 +28,6 @@
   <name>Apache Log4j CouchDB</name>
   <description>CouchDB appender for Log4j.</description>
   <properties>
-    <docLabel>CouchDB Documentation</docLabel>
-    <projectDir>/log4j-couchdb</projectDir>
 
     <!--
       ~ OSGi and JPMS options
diff --git a/log4j-docker/pom.xml b/log4j-docker/pom.xml
index 95ee493518..e1e4e7e536 100644
--- a/log4j-docker/pom.xml
+++ b/log4j-docker/pom.xml
@@ -28,8 +28,6 @@
   <name>Apache Log4j Docker Library</name>
   <description>Apache Log4j Docker Support</description>
   <properties>
-    <docLabel>Log4j Docker Library Documentation</docLabel>
-    <projectDir>/docker</projectDir>
 
     <!--
       ~ OSGi and JPMS options
diff --git a/log4j-flume-ng/pom.xml b/log4j-flume-ng/pom.xml
index cccecbc3fa..c3bffe0ec5 100644
--- a/log4j-flume-ng/pom.xml
+++ b/log4j-flume-ng/pom.xml
@@ -28,8 +28,6 @@
   <name>Apache Log4j Flume Bridge</name>
   <description>The Apache Log4j Flume Appender</description>
   <properties>
-    <docLabel>Flume Documentation</docLabel>
-    <projectDir>/flume-ng</projectDir>
 
     <!--
       ~ OSGi and JPMS options
diff --git a/log4j-iostreams/pom.xml b/log4j-iostreams/pom.xml
index 9e74a3e715..cabda36820 100644
--- a/log4j-iostreams/pom.xml
+++ b/log4j-iostreams/pom.xml
@@ -27,10 +27,6 @@
   <packaging>jar</packaging>
   <name>Apache Log4j Streaming Interface</name>
   <description>The Apache Log4j streams to log event converters</description>
-  <properties>
-    <docLabel>Streaming Documentation</docLabel>
-    <projectDir>/log4j-iostreams</projectDir>
-  </properties>
   <dependencies>
     <dependency>
       <groupId>org.apache.logging.log4j</groupId>
diff --git a/log4j-jakarta-smtp/pom.xml b/log4j-jakarta-smtp/pom.xml
index 77fae53067..d13cf2ce94 100644
--- a/log4j-jakarta-smtp/pom.xml
+++ b/log4j-jakarta-smtp/pom.xml
@@ -28,8 +28,6 @@
   <name>Apache Log4j Jakarta SMTP</name>
   <description>Apache Log4j Simple Mail Transfer Protocol (SMTP) Appender, 
version for Jakarta EE 9.</description>
   <properties>
-    <docLabel>Log4j SMTP Appender Documentation</docLabel>
-    <projectDir>/log4j-jakarta-smtp</projectDir>
 
     <!--
       ~ OSGi and JPMS options
diff --git a/log4j-jakarta-web/pom.xml b/log4j-jakarta-web/pom.xml
index 78246801e2..53f302ba3d 100644
--- a/log4j-jakarta-web/pom.xml
+++ b/log4j-jakarta-web/pom.xml
@@ -30,8 +30,6 @@
   <description>The Apache Log4j support for Jakarta EE 9+ web servlet 
containers</description>
 
   <properties>
-    <docLabel>Web Documentation</docLabel>
-    <projectDir>/log4j-jakarta-web</projectDir>
 
     <!--
       ~ OSGi and JPMS options
diff --git a/log4j-jcl/pom.xml b/log4j-jcl/pom.xml
index e178c6aed7..acc7c8d8a3 100644
--- a/log4j-jcl/pom.xml
+++ b/log4j-jcl/pom.xml
@@ -28,8 +28,6 @@
   <name>Apache Log4j Commons Logging Bridge</name>
   <description>The Apache Log4j Commons Logging Adapter</description>
   <properties>
-    <docLabel>JCL Bridge Documentation</docLabel>
-    <projectDir>/jcl-bridge</projectDir>
     <bnd-extra-module-options>
       <!-- Filebase module names: MUST be static -->
       commons.logging;substitute="commons-logging";transitive=false;static=true
diff --git a/log4j-jdbc-dbcp2/pom.xml b/log4j-jdbc-dbcp2/pom.xml
index 33e6047754..204286ebe3 100644
--- a/log4j-jdbc-dbcp2/pom.xml
+++ b/log4j-jdbc-dbcp2/pom.xml
@@ -28,8 +28,6 @@
   <name>Apache Log4j JDBC DBCP 2</name>
   <description>Connection source for the JDBC Appender using Apache Commons 
DBCP2.</description>
   <properties>
-    <docLabel>Log4j JDBC DBCP 2 Documentation</docLabel>
-    <projectDir>/log4j-jdbc-dbcp2</projectDir>
 
     <!--
       ~ OSGi and JPMS options
diff --git a/log4j-jpa/pom.xml b/log4j-jpa/pom.xml
index 8e2ed9383e..95f52cd080 100644
--- a/log4j-jpa/pom.xml
+++ b/log4j-jpa/pom.xml
@@ -28,8 +28,6 @@
   <name>Apache Log4j JPA</name>
   <description>Apache Log4j Java Persistence API Appender.</description>
   <properties>
-    <docLabel>Log4j JPA Documentation</docLabel>
-    <projectDir>/log4j-jpa</projectDir>
 
     <!--
       ~ OSGi and JPMS options
diff --git a/log4j-kubernetes/pom.xml b/log4j-kubernetes/pom.xml
index d4b0a6f7cf..47313c6b12 100644
--- a/log4j-kubernetes/pom.xml
+++ b/log4j-kubernetes/pom.xml
@@ -28,8 +28,6 @@
   <name>Apache Log4j Kubernetes Library</name>
   <description>Apache Log4j Kubernetes Support</description>
   <properties>
-    <docLabel>Log4j Kubernetes Library Documentation</docLabel>
-    <projectDir>/kubernetes</projectDir>
 
     <!--
       ~ OSGi and JPMS options
diff --git a/log4j-layout-template-json-test/pom.xml 
b/log4j-layout-template-json-test/pom.xml
index a7d0f79764..300152e5d0 100644
--- a/log4j-layout-template-json-test/pom.xml
+++ b/log4j-layout-template-json-test/pom.xml
@@ -31,8 +31,6 @@
 
   <properties>
 
-    <docLabel>Log4j Layout for JSON Template Documentation</docLabel>
-    <projectDir>/log4j-layout-template-json</projectDir>
     <maven.deploy.skip>true</maven.deploy.skip>
 
     <!--
diff --git a/log4j-layout-template-json/pom.xml 
b/log4j-layout-template-json/pom.xml
index bf0cc3c1c3..defc264d45 100644
--- a/log4j-layout-template-json/pom.xml
+++ b/log4j-layout-template-json/pom.xml
@@ -32,8 +32,6 @@
 
   <properties>
 
-    <docLabel>Log4j Layout for JSON Template Documentation</docLabel>
-    <projectDir>/log4j-layout-template-json</projectDir>
     <!-- Using `maven.test.skip` instead of `skipTests`, since there are no 
tests.
          That is, there is nothing to compile. -->
     <maven.test.skip>true</maven.test.skip>
diff --git a/log4j-mongodb3/pom.xml b/log4j-mongodb3/pom.xml
index 9b8c2e6b88..ac8c40f300 100644
--- a/log4j-mongodb3/pom.xml
+++ b/log4j-mongodb3/pom.xml
@@ -28,8 +28,6 @@
   <name>Apache Log4j MongoDB 3</name>
   <description>MongoDB appender for Log4j using the MongoDB 3 driver 
API.</description>
   <properties>
-    <docLabel>MongoDB 3 Documentation</docLabel>
-    <projectDir>/log4j-mongodb3</projectDir>
 
     <!--
       ~ OSGi and JPMS options
diff --git a/log4j-mongodb4/pom.xml b/log4j-mongodb4/pom.xml
index 47bcaf3214..098f1f76af 100644
--- a/log4j-mongodb4/pom.xml
+++ b/log4j-mongodb4/pom.xml
@@ -28,8 +28,6 @@
   <name>Apache Log4j MongoDB 4</name>
   <description>MongoDB appender for Log4j using the MongoDB 4 driver 
API.</description>
   <properties>
-    <docLabel>MongoDB 4 Documentation</docLabel>
-    <projectDir>/log4j-mongodb4</projectDir>
 
     <!--
       ~ OSGi and JPMS options
diff --git a/log4j-osgi-test/pom.xml b/log4j-osgi-test/pom.xml
index bf60a75300..fbbb6b56f1 100644
--- a/log4j-osgi-test/pom.xml
+++ b/log4j-osgi-test/pom.xml
@@ -28,8 +28,6 @@
   <name>Apache Log4j OSGi tests</name>
   <description>The Apache Log4j OSGi tests</description>
   <properties>
-    <docLabel>OSGi Documentation</docLabel>
-    <projectDir>/osgi</projectDir>
     <module.name>org.apache.logging.log4j.osgi</module.name>
     <bnd.baseline.skip>true</bnd.baseline.skip>
     <maven.deploy.skip>true</maven.deploy.skip>
diff --git a/log4j-perf-test/pom.xml b/log4j-perf-test/pom.xml
index 4c8f11f225..f488a1601d 100644
--- a/log4j-perf-test/pom.xml
+++ b/log4j-perf-test/pom.xml
@@ -30,8 +30,6 @@
   <description>The Apache Log4j development-time performance 
tests</description>
 
   <properties>
-    <docLabel>Apache Log4J Performance Tests</docLabel>
-    <projectDir>/log4j-perf</projectDir>
     <uberjar.name>benchmarks</uberjar.name>
     <bnd.baseline.skip>true</bnd.baseline.skip>
     <maven.test.skip>true</maven.test.skip>
diff --git a/log4j-slf4j-impl/pom.xml b/log4j-slf4j-impl/pom.xml
index 7fef5e6805..0cce8f5ece 100644
--- a/log4j-slf4j-impl/pom.xml
+++ b/log4j-slf4j-impl/pom.xml
@@ -28,8 +28,6 @@
   <name>Apache Log4j SLF4J Binding</name>
   <description>The Apache Log4j SLF4J API binding to Log4j 2 Core</description>
   <properties>
-    <docLabel>SLF4J Documentation</docLabel>
-    <projectDir>/slf4j-impl</projectDir>
     <!-- Do not upgrade the SLF4J version. 1.7.26 broke backward 
compatibility. Users can update the version if
       they do not require support for SLF4J's EventData -->
     <slf4j.version>1.7.25</slf4j.version>
diff --git a/log4j-slf4j2-impl/pom.xml b/log4j-slf4j2-impl/pom.xml
index 2b79e4915b..29a0e43e07 100644
--- a/log4j-slf4j2-impl/pom.xml
+++ b/log4j-slf4j2-impl/pom.xml
@@ -28,8 +28,6 @@
   <name>Apache Log4j SLF4J 2.0 Binding</name>
   <description>The Apache Log4j SLF4J 2.0 API binding to Log4j 2 
Core</description>
   <properties>
-    <docLabel>SLF4J Documentation</docLabel>
-    <projectDir>/slf4j2-impl</projectDir>
 
     <!--
       ~ OSGi and JPMS options
diff --git a/log4j-spring-boot/pom.xml b/log4j-spring-boot/pom.xml
index bc787a8bad..f3fe115f59 100644
--- a/log4j-spring-boot/pom.xml
+++ b/log4j-spring-boot/pom.xml
@@ -28,8 +28,6 @@
   <name>Apache Log4j Spring Boot Support</name>
   <description>Apache Log4j Spring Boot Support</description>
   <properties>
-    <docLabel>Log4j Spring Boot Documentation</docLabel>
-    <projectDir>/log4j-spring-boot</projectDir>
 
     <!--
       ~ OSGi and JPMS options
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 34b3fe06c3..618f840775 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
@@ -27,8 +27,6 @@
   <name>Apache Log4j Spring Cloud Config Client Support</name>
   <description>Apache Log4j Spring Cloud Config Client Support</description>
   <properties>
-    <docLabel>Log4j Spring Cloud Config Client Documentation</docLabel>
-    <projectDir>/log4j-spring-cloud-config-client</projectDir>
 
     <!--
       ~ OSGi and JPMS options
diff --git a/log4j-taglib/pom.xml b/log4j-taglib/pom.xml
index 971d119c92..1ed269f65c 100644
--- a/log4j-taglib/pom.xml
+++ b/log4j-taglib/pom.xml
@@ -28,8 +28,6 @@
   <name>Apache Log4j Tag Library</name>
   <description>The Apache Log4j Tag Library for Web Applications</description>
   <properties>
-    <docLabel>Log4j Tag Library Documentation</docLabel>
-    <projectDir>/taglib</projectDir>
 
     <!--
       ~ OSGi and JPMS options
diff --git a/log4j-to-jul/pom.xml b/log4j-to-jul/pom.xml
index f839bf2dd7..0c4babfe54 100644
--- a/log4j-to-jul/pom.xml
+++ b/log4j-to-jul/pom.xml
@@ -28,10 +28,6 @@
   <name>Apache Log4j to JUL Bridge</name>
   <description>The Apache Log4j binding between Log4j 2 API and 
java.util.logging (JUL).</description>
   <inceptionYear>2022</inceptionYear>
-  <properties>
-    <docLabel>Log4j to JUL Documentation</docLabel>
-    <projectDir>/log4j-to-jul</projectDir>
-  </properties>
   <dependencies>
     <dependency>
       <groupId>org.osgi</groupId>
diff --git a/log4j-to-slf4j/pom.xml b/log4j-to-slf4j/pom.xml
index 546beda334..9ba0080bd5 100644
--- a/log4j-to-slf4j/pom.xml
+++ b/log4j-to-slf4j/pom.xml
@@ -28,8 +28,6 @@
   <name>Apache Log4j to SLF4J Adapter</name>
   <description>The Apache Log4j binding between Log4j 2 API and 
SLF4J.</description>
   <properties>
-    <docLabel>SLF4J Documentation</docLabel>
-    <projectDir>/log4j-to-slf4j</projectDir>
 
     <!--
       ~ OSGi and JPMS options
diff --git a/log4j-web/pom.xml b/log4j-web/pom.xml
index 97aec08e74..aa87d0fdfc 100644
--- a/log4j-web/pom.xml
+++ b/log4j-web/pom.xml
@@ -30,8 +30,6 @@
   <description>The Apache Log4j support for web servlet 
containers</description>
 
   <properties>
-    <docLabel>Web Documentation</docLabel>
-    <projectDir>/log4j-web</projectDir>
 
     <!--
       ~ OSGi and JPMS options
diff --git a/pom.xml b/pom.xml
index 90d5e1522c..4cc05a63e6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -309,13 +309,10 @@
     <!-- =================
          Common properties
          ================= -->
-    
<manifestfile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestfile>
     <maven.compiler.release>8</maven.compiler.release>
     <maven.compiler.target>${maven.compiler.release}</maven.compiler.target>
     <!-- JDK version of the main Maven process (used in ASF parent POM) -->
     <minimalJavaBuildVersion>[11,12)</minimalJavaBuildVersion>
-    <docLabel>Site Documentation</docLabel>
-    <projectDir />
     <module.name />
     <!-- TODO: fix errors and re-enable SpotBugs -->
     <spotbugs.skip>true</spotbugs.skip>

Reply via email to