This is an automated email from the ASF dual-hosted git repository.
pkarwasz 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 92d6efb089 Activate `bom` profile in `log4j-bom`
92d6efb089 is described below
commit 92d6efb089740b8302ce025650d49e12656b8ec4
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Wed Feb 19 07:49:29 2025 +0100
Activate `bom` profile in `log4j-bom`
Adds a `.logging-parent-bom-activator` file to activate the `bom`
profile.
---
.logging-parent-bom-activator | 16 ++++++++++++++++
pom.xml | 17 -----------------
2 files changed, 16 insertions(+), 17 deletions(-)
diff --git a/.logging-parent-bom-activator b/.logging-parent-bom-activator
new file mode 100644
index 0000000000..e7980a6d13
--- /dev/null
+++ b/.logging-parent-bom-activator
@@ -0,0 +1,16 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements. See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+##
+This file activates the `flatten-bom` profile.
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 177b0531d2..bb67727f5f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -563,23 +563,6 @@
<plugins>
- <!-- Enable BOM flattening -->
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>flatten-maven-plugin</artifactId>
- <version>${flatten-maven-plugin.version}</version>
- <executions>
- <execution>
- <id>flatten-bom</id>
- <goals>
- <goal>flatten</goal>
- </goals>
- <phase>process-resources</phase>
- <inherited>false</inherited>
- </execution>
- </executions>
- </plugin>
-
<!-- Apache RAT (Release Audit Tool) check to verify licenses.
`apache-rat-plugin`:
https://creadur.apache.org/rat/apache-rat-plugin/
Release Audit Tool: https://creadur.apache.org/rat/index.html -->