This is an automated email from the ASF dual-hosted git repository. khmarbaise pushed a commit to branch MDEPLOY-263 in repository https://gitbox.apache.org/repos/asf/maven-deploy-plugin.git
commit becb7fb3a3bc7aa1311ed3fe9ea4123000afd966 Author: Karl Heinz Marbaise <khmarba...@apache.org> AuthorDate: Sun Dec 8 12:27:35 2019 +0100 [MDEPLOY-263] - Add .asf.yaml --- .asf.yaml | 10 ++++++++++ pom.xml | 16 +++++++++++++++- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/.asf.yaml b/.asf.yaml new file mode 100644 index 0000000..1481421 --- /dev/null +++ b/.asf.yaml @@ -0,0 +1,10 @@ +# see https://s.apache.org/asfyaml +github: + description: "Apache Maven Deploy Plugin" + homepage: https://maven.apache.org/plugins/maven-deploy-plugin + labels: + - java + - build-management + - apache-maven + - maven-plugins + - maven-deploy-plugin diff --git a/pom.xml b/pom.xml index 3d48158..dcb7af9 100644 --- a/pom.xml +++ b/pom.xml @@ -163,7 +163,21 @@ under the License. <name>Hermann Josef Hill</name> </contributor> </contributors> - + + <build> + <plugins> + <!-- https://issues.apache.org/jira/browse/MPOM-226 --> + <plugin> + <groupId>org.apache.rat</groupId> + <artifactId>apache-rat-plugin</artifactId> + <configuration> + <excludes combine.children="append"> + <exclude>.asf.yaml</exclude><!-- Can be removed with upgrade to maven-plugins:34 --> + </excludes> + </configuration> + </plugin> + </plugins> + </build> <profiles> <profile> <id>run-its</id>