Skip to content

Commit 0883492

Browse files
committed
[MDEPLOY-263] - Add .asf.yaml
1 parent c7ad685 commit 0883492

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

.asf.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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

pom.xml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)