You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2020/02/22 21:56:43 UTC

[sling-org-apache-sling-commons-jcr-file] 01/03: do not fail on missing baseline

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 <ol...@apache.org>
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>