This is an automated email from the ASF dual-hosted git repository.

radu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git


The following commit(s) were added to refs/heads/master by this push:
     new 0df8d33  SLING-8570 - Extract a generic Content Parser API from 
org.apache.sling.jcr.contentparser with pluggable implementations
0df8d33 is described below

commit 0df8d33e382bf5c604d8730d0775785b77663260
Author: Radu Cotescu <[email protected]>
AuthorDate: Mon Jul 15 13:53:24 2019 +0200

    SLING-8570 - Extract a generic Content Parser API from 
org.apache.sling.jcr.contentparser with pluggable implementations
    
    * configured bnd-baseline-maven-plugin to not fail the build when
    there's no artifact available for the baseline analysis
---
 contentparser/org-apache-sling-contentparser-api/pom.xml     | 12 ++++++++++++
 contentparser/org-apache-sling-contentparser-json/pom.xml    | 12 ++++++++++++
 contentparser/org-apache-sling-contentparser-xml-jcr/pom.xml | 12 ++++++++++++
 contentparser/org-apache-sling-contentparser-xml/pom.xml     | 12 ++++++++++++
 4 files changed, 48 insertions(+)

diff --git a/contentparser/org-apache-sling-contentparser-api/pom.xml 
b/contentparser/org-apache-sling-contentparser-api/pom.xml
index 8ad0b57..27a2821 100644
--- a/contentparser/org-apache-sling-contentparser-api/pom.xml
+++ b/contentparser/org-apache-sling-contentparser-api/pom.xml
@@ -42,6 +42,18 @@
         <tag>HEAD</tag>
     </scm>
 
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>biz.aQute.bnd</groupId>
+                <artifactId>bnd-baseline-maven-plugin</artifactId>
+                <configuration>
+                    <failOnMissing>false</failOnMissing>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
     <dependencies>
         <dependency>
             <groupId>org.osgi</groupId>
diff --git a/contentparser/org-apache-sling-contentparser-json/pom.xml 
b/contentparser/org-apache-sling-contentparser-json/pom.xml
index 99d3bd0..9099d50 100644
--- a/contentparser/org-apache-sling-contentparser-json/pom.xml
+++ b/contentparser/org-apache-sling-contentparser-json/pom.xml
@@ -42,6 +42,18 @@
         <tag>HEAD</tag>
     </scm>
 
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>biz.aQute.bnd</groupId>
+                <artifactId>bnd-baseline-maven-plugin</artifactId>
+                <configuration>
+                    <failOnMissing>false</failOnMissing>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
     <dependencies>
         <dependency>
             <groupId>org.apache.sling</groupId>
diff --git a/contentparser/org-apache-sling-contentparser-xml-jcr/pom.xml 
b/contentparser/org-apache-sling-contentparser-xml-jcr/pom.xml
index b671280..3e0e1c9 100644
--- a/contentparser/org-apache-sling-contentparser-xml-jcr/pom.xml
+++ b/contentparser/org-apache-sling-contentparser-xml-jcr/pom.xml
@@ -42,6 +42,18 @@
         <tag>HEAD</tag>
     </scm>
 
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>biz.aQute.bnd</groupId>
+                <artifactId>bnd-baseline-maven-plugin</artifactId>
+                <configuration>
+                    <failOnMissing>false</failOnMissing>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
     <dependencies>
         <dependency>
             <groupId>org.apache.sling</groupId>
diff --git a/contentparser/org-apache-sling-contentparser-xml/pom.xml 
b/contentparser/org-apache-sling-contentparser-xml/pom.xml
index b9a0237..51ac22e 100644
--- a/contentparser/org-apache-sling-contentparser-xml/pom.xml
+++ b/contentparser/org-apache-sling-contentparser-xml/pom.xml
@@ -42,6 +42,18 @@
         <tag>HEAD</tag>
     </scm>
 
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>biz.aQute.bnd</groupId>
+                <artifactId>bnd-baseline-maven-plugin</artifactId>
+                <configuration>
+                    <failOnMissing>false</failOnMissing>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
     <dependencies>
         <dependency>
             <groupId>org.apache.sling</groupId>

Reply via email to