Skip to content

Commit 5bbd1b2

Browse files
committed
Activate bom profile in log4j-bom
Adds a `.logging-parent-bom-activator` file to activate the `bom` profile.
1 parent 4f5fef0 commit 5bbd1b2

File tree

2 files changed

+16
-17
lines changed

2 files changed

+16
-17
lines changed

.logging-parent-bom-activator

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Licensed to the Apache Software Foundation (ASF) under one or more
2+
# contributor license agreements. See the NOTICE file distributed with
3+
# this work for additional information regarding copyright ownership.
4+
# The ASF licenses this file to You under the Apache License, Version 2.0
5+
# (the "License"); you may not use this file except in compliance with
6+
# the License. You may obtain a copy of the License at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
15+
##
16+
This file activates the `flatten-bom` profile.

pom.xml

-17
Original file line numberDiff line numberDiff line change
@@ -557,23 +557,6 @@
557557

558558
<plugins>
559559

560-
<!-- Enable BOM flattening -->
561-
<plugin>
562-
<groupId>org.codehaus.mojo</groupId>
563-
<artifactId>flatten-maven-plugin</artifactId>
564-
<version>${flatten-maven-plugin.version}</version>
565-
<executions>
566-
<execution>
567-
<id>flatten-bom</id>
568-
<goals>
569-
<goal>flatten</goal>
570-
</goals>
571-
<phase>process-resources</phase>
572-
<inherited>false</inherited>
573-
</execution>
574-
</executions>
575-
</plugin>
576-
577560
<!-- Apache RAT (Release Audit Tool) check to verify licenses.
578561
`apache-rat-plugin`: https://creadur.apache.org/rat/apache-rat-plugin/
579562
Release Audit Tool: https://creadur.apache.org/rat/index.html -->

0 commit comments

Comments
 (0)