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-jcr-filetransfer.git
commit 4d01f58bad77b9852d2b28c117348ca82d4a31ce Author: Oliver Lietz <[email protected]> AuthorDate: Sat Feb 22 23:27:05 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 3efc87f..f4d85c3 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>
