File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed
Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 1+ # see https://s.apache.org/asfyaml
2+ github :
3+ description : " Apache Maven Deploy Plugin"
4+ homepage : https://maven.apache.org/plugins/maven-deploy-plugin
5+ labels :
6+ - java
7+ - build-management
8+ - apache-maven
9+ - maven-plugins
10+ - maven-deploy-plugin
Original file line number Diff line number Diff line change @@ -163,7 +163,21 @@ under the License.
163163 <name >Hermann Josef Hill</name >
164164 </contributor >
165165 </contributors >
166-
166+
167+ <build >
168+ <plugins >
169+ <!-- https://issues.apache.org/jira/browse/MPOM-226 -->
170+ <plugin >
171+ <groupId >org.apache.rat</groupId >
172+ <artifactId >apache-rat-plugin</artifactId >
173+ <configuration >
174+ <excludes combine.children=" append" >
175+ <exclude >.asf.yaml</exclude ><!-- Can be removed with upgrade to maven-plugins:34 -->
176+ </excludes >
177+ </configuration >
178+ </plugin >
179+ </plugins >
180+ </build >
167181 <profiles >
168182 <profile >
169183 <id >run-its</id >
You can’t perform that action at this time.
0 commit comments