You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2018/04/06 12:44:56 UTC

[sling-org-apache-sling-installer-hc] branch master updated: reenable bnd-baseline-maven-plugin and add comment with workaround for release

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 270986f  reenable bnd-baseline-maven-plugin and add comment with workaround for release
270986f is described below

commit 270986f8ff03d6300ef6f0288d1c35f4de991316
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Fri Apr 6 14:44:52 2018 +0200

    reenable bnd-baseline-maven-plugin and add comment with workaround for
    release
---
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index d1af2be..0993e61 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,11 +45,12 @@
                 <groupId>biz.aQute.bnd</groupId>
                 <artifactId>bnd-maven-plugin</artifactId>
             </plugin>
-            <!-- disable until https://github.com/bndtools/bnd/issues/2248 is released  
+            <!-- disable during release prepare and perform via the additional parameter '-Darguments="-Dbnd.baseline.skip=true'
+                 until https://github.com/bndtools/bnd/issues/2248 is released (compare with https://lists.apache.org/thread.html/56465419b0c36dae88386a1b9b9839eddd827fe811d6fffff12f645d@%3Cdev.sling.apache.org%3E) -->
             <plugin>
                 <groupId>biz.aQute.bnd</groupId>
                 <artifactId>bnd-baseline-maven-plugin</artifactId>
-            </plugin> -->
+            </plugin> 
         </plugins>
     </build>
 

-- 
To stop receiving notification emails like this one, please contact
kwin@apache.org.