You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2020/04/09 13:53:24 UTC

[sling-whiteboard] branch master updated: Remove the mdresourceprovider from the pom, as it fails.

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

rombert 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 d095641  Remove the mdresourceprovider from the pom, as it fails.
d095641 is described below

commit d095641359fc6d111fa791ca879b959cf35f0c31
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Thu Apr 9 15:52:42 2020 +0200

    Remove the mdresourceprovider from the pom, as it fails.
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 97408f2..fb874ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,7 +39,9 @@
     </description>
 
     <modules>
+        <!-- Jenkins build fails
           <module>mdresourceprovider</module>
+        -->
           <module>maven-central-source-reporter</module>
           <module>SlingModelPersist</module>
           <module>starter-system-info</module>