This is an automated email from the ASF dual-hosted git repository. olli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-jcr-file.git
commit ef47c0cc10dd5f508baa356c8d867c05b47d717d Author: Oliver Lietz <[email protected]> AuthorDate: Sat Feb 22 10:22:16 2020 +0100 do not fail on missing baseline --- pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pom.xml b/pom.xml index 1f33e2d..5287f3c 100644 --- a/pom.xml +++ b/pom.xml @@ -56,6 +56,9 @@ <plugin> <groupId>biz.aQute.bnd</groupId> <artifactId>bnd-baseline-maven-plugin</artifactId> + <configuration> + <failOnMissing>false</failOnMissing> + </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId>
