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/14 19:07:51 UTC

[maven-assembly-plugin] branch master updated: Added GitHub Informations.

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-assembly-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 00d35d1  Added GitHub Informations.
00d35d1 is described below

commit 00d35d12f1fd45a5da9362eb6b30c30c00a08941
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Dec 14 20:03:57 2019 +0100

    Added GitHub Informations.
---
 .asf.yaml | 9 +++++++++
 pom.xml   | 1 +
 2 files changed, 10 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..4646b9f
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,9 @@
+# see https://s.apache.org/asfyaml
+github:
+  description: "Apache Maven Assembly Plugin"
+  homepage: https://maven.apache.org/plugins/maven-assembly-plugin/
+  labels:
+    - java
+    - build-management
+    - maven-plugins
+    - maven
diff --git a/pom.xml b/pom.xml
index a974a83..ffc9769 100644
--- a/pom.xml
+++ b/pom.xml
@@ -352,6 +352,7 @@ under the License.
               <exclude>src/it/projects/filtering-feature/filters-defined-in-build/src/main/config/**</exclude>
               <exclude>src/it/projects/bugs/massembly-731/**</exclude>
               <exclude>.java-version</exclude>
+              <exclude>.asf.yaml</exclude>
             </excludes>
           </configuration>
         </plugin>