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 <[email protected]> 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>
