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 2018/01/16 14:35:16 UTC

[sling-parent] branch master updated: SLING-7389 Enable bnd Maven Plugin

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-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new d80ac8d  SLING-7389 Enable bnd Maven Plugin
d80ac8d is described below

commit d80ac8d3391c322f5e9ee331c733e92602b6b412
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Tue Jan 16 15:34:29 2018 +0100

    SLING-7389 Enable bnd Maven Plugin
    
    * add goal bnd-process
    * exclude bnd files from rat
---
 pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/pom.xml b/pom.xml
index 3c557d7..1ac6b47 100644
--- a/pom.xml
+++ b/pom.xml
@@ -258,6 +258,8 @@
                         <exclude>hs_err_*.log</exclude>
                         <!-- Lucene index details (Oak 1.6) -->
                         <exclude>**/repository/index/*/index-details.txt</exclude>
+                        <!-- bnd -->
+                        <exclude>bnd.bnd</exclude>
                     </excludes>
                 </configuration>
                 <executions>
@@ -368,6 +370,13 @@
                     <groupId>biz.aQute.bnd</groupId>
                     <artifactId>bnd-maven-plugin</artifactId>
                     <version>3.5.0</version>
+                    <executions>
+                        <execution>
+                            <goals>
+                                <goal>bnd-process</goal>
+                            </goals>
+                        </execution>
+                    </executions>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>

-- 
To stop receiving notification emails like this one, please contact
['"commits@sling.apache.org" <co...@sling.apache.org>'].