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/29 10:44:23 UTC

[sling-org-apache-sling-installer-factory-feature] 04/08: 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-org-apache-sling-installer-factory-feature.git

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

    Disable baseline check as this is a new module
---
 pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/pom.xml b/pom.xml
index 5991eae..2bcd34a 100644
--- a/pom.xml
+++ b/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>