You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2020/04/15 13:08:34 UTC

[sling-whiteboard] branch master updated: Disable baseline check as this is a new module

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

cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git


The following commit(s) were added to refs/heads/master by this push:
     new 2da27b5  Disable baseline check as this is a new module
2da27b5 is described below

commit 2da27b5b2a96d71143c925bf50f1a893882953fc
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Wed Apr 15 15:08:14 2020 +0200

    Disable baseline check as this is a new module
---
 org.apache.sling.installer.factory.feature/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/org.apache.sling.installer.factory.feature/pom.xml b/org.apache.sling.installer.factory.feature/pom.xml
index 5991eae..2bcd34a 100644
--- a/org.apache.sling.installer.factory.feature/pom.xml
+++ b/org.apache.sling.installer.factory.feature/pom.xml
@@ -51,6 +51,13 @@
                     </excludePackageNames>
                 </configuration>
             </plugin>
+            <plugin>
+                <groupId>biz.aQute.bnd</groupId>
+                <artifactId>bnd-baseline-maven-plugin</artifactId>
+                <configuration>
+                    <skip>true</skip>
+                </configuration>
+            </plugin>
         </plugins>
     </build>