You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ra...@apache.org on 2021/01/29 10:12:51 UTC

[sling-org-apache-sling-servlets-resolver-api] branch master updated: trivial: rat check, skip baseline now

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

radu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-servlets-resolver-api.git


The following commit(s) were added to refs/heads/master by this push:
     new 6587f0a  trivial: rat check, skip baseline now
6587f0a is described below

commit 6587f0a8302463b6de1396d618eb6c170f8c37d7
Author: Radu Cotescu <co...@adobe.com>
AuthorDate: Fri Jan 29 11:12:45 2021 +0100

    trivial: rat check, skip baseline now
---
 asf.yaml | 18 ++++++++++++++++++
 pom.xml  |  7 +++++++
 2 files changed, 25 insertions(+)

diff --git a/asf.yaml b/asf.yaml
index b9dcfc4..c626620 100644
--- a/asf.yaml
+++ b/asf.yaml
@@ -1,3 +1,21 @@
+###############################################################################
+#    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: This bundle defines the Apache Sling Servlets Resolver's API
   homepage: https://sling.apache.org
diff --git a/pom.xml b/pom.xml
index d1afed9..483099a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,6 +49,13 @@
                 <artifactId>bnd-maven-plugin</artifactId>
             </plugin>
             <plugin>
+                <groupId>biz.aQute.bnd</groupId>
+                <artifactId>bnd-baseline-maven-plugin</artifactId>
+                <configuration>
+                    <skip>true</skip>
+                </configuration>
+            </plugin>
+            <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-javadoc-plugin</artifactId>
             </plugin>