You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2019/12/19 20:55:23 UTC

[maven-shade-plugin] branch master updated: Added .asf.yaml Fixed type in README.md

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

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


The following commit(s) were added to refs/heads/master by this push:
     new fbe5b78  Added .asf.yaml Fixed type in README.md
fbe5b78 is described below

commit fbe5b786b29ccfebe12c3ca53f9b5e41b64d1d6d
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Thu Dec 19 21:54:57 2019 +0100

    Added .asf.yaml
    Fixed type in README.md
---
 .asf.yaml | 26 ++++++++++++++++++++++++++
 README.md |  2 +-
 2 files changed, 27 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..12936ce
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,26 @@
+# 
+#  Licensed to the Apache Software Foundation (ASF) under one or more
+#  contributor license agreements.  See the NOTICE file distributed with
+#  this work for additional information regarding copyright ownership.
+#  The ASF licenses this file to You under the Apache License, Version 2.0
+#  (the "License"); you may not use this file except in compliance with
+#  the License.  You may obtain a copy of the License at
+# 
+#       http://www.apache.org/licenses/LICENSE-2.0
+# 
+#  Unless required by applicable law or agreed to in writing, software
+#  distributed under the License is distributed on an "AS IS" BASIS,
+#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#  See the License for the specific language governing permissions and
+#  limitations under the License.
+#
+# see https://s.apache.org/asfyaml
+github:
+  description: "Apache Maven Shade Plugin"
+  homepage: https://maven.apache.org/plugins/maven-shade-plugin/
+  labels:
+    - java
+    - build-management
+    - maven-plugins
+    - maven-shade-plugin
+    - maven
diff --git a/README.md b/README.md
index 3ff1d3d..b9dd46a 100644
--- a/README.md
+++ b/README.md
@@ -81,7 +81,7 @@ Additional Resources
 --------------------
 
 + [Contributing patches](https://maven.apache.org/guides/development/guide-maven-development.html#Creating_and_submitting_a_patch)
-+ [Apache Maven Help JIRA project page](https://issues.apache.org/jira/projects/MSHADE/)
++ [Apache Maven Shade JIRA project page](https://issues.apache.org/jira/projects/MSHADE/)
 + [Contributor License Agreement][cla]
 + [General GitHub documentation](https://help.github.com/)
 + [GitHub pull request documentation](https://help.github.com/send-pull-requests/)