You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2019/10/21 20:15:27 UTC

[accumulo-maven-plugin] branch master updated: Add .asf.yaml file (#8)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7c6cefb  Add .asf.yaml file (#8)
7c6cefb is described below

commit 7c6cefb98a986856ac810a6b02634027360cdd61
Author: Christopher Tubbs <ct...@apache.org>
AuthorDate: Mon Oct 21 13:15:21 2019 -0700

    Add .asf.yaml file (#8)
    
    * Update description and website to point to plugin docs
    * Also remove excess whitespace in index.md.vm
---
 .asf.yaml                     | 26 ++++++++++++++++++++++++++
 src/site/markdown/index.md.vm |  5 ++---
 2 files changed, 28 insertions(+), 3 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..3660b7c
--- /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.
+github:
+  description: >-
+    Apache Accumulo Maven Plugin for Accumulo2 - An Apache Maven plugin for
+    testing software against a test Apache Accumulo instance.
+  homepage: https://accumulo.apache.org/accumulo2-maven-plugin/
+  labels:
+    - java
+    - accumulo
+    - apache
+    - big-data
+    - maven
+    - maven-plugin
diff --git a/src/site/markdown/index.md.vm b/src/site/markdown/index.md.vm
index 672d29b..68e4023 100644
--- a/src/site/markdown/index.md.vm
+++ b/src/site/markdown/index.md.vm
@@ -28,10 +28,9 @@ Description
   limits itself to using only public API, this should work if you meet the
   dependency requirements of that version (accumulo-minicluster-2.1.0 will
   require Java 11, for example).
-  
-  For an example of setting Accumulo, Hadoop, and Zookeeper versions when using 
+
+  For an example of setting Accumulo, Hadoop, and Zookeeper versions when using
   this plugin checkout [Fluo's pom][4].
-  
 
 Getting Started
 ---------------