You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2020/05/30 21:51:41 UTC

[maven-wrapper-plugin] branch master updated: add GitHub configuration

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-wrapper-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 02d5d61  add GitHub configuration
02d5d61 is described below

commit 02d5d612c770f4fb981e28515b75806f847f4203
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sat May 30 23:51:34 2020 +0200

    add GitHub configuration
---
 .asf.yaml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..c06781f
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,10 @@
+# see https://s.apache.org/asfyaml
+github:
+  description: "Apache Maven Wrapper Plugin"
+  homepage: https://maven.apache.org/plugins/maven-wrapper-plugin/
+  labels:
+    - java
+    - build-management
+    - apache-maven
+    - maven
+    - maven-plugin