File tree Expand file tree Collapse file tree 2 files changed +16
-17
lines changed Expand file tree Collapse file tree 2 files changed +16
-17
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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 -->
You can’t perform that action at this time.
0 commit comments