You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by da...@apache.org on 2018/11/09 13:07:06 UTC

[sling-whiteboard] branch master updated: Clean up pom.xml

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

davidb 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 5986816  Clean up pom.xml
5986816 is described below

commit 5986816082b958d7952613c02c88896600fa0bb0
Author: David Bosschaert <bo...@adobe.com>
AuthorDate: Fri Nov 9 13:06:52 2018 +0000

    Clean up pom.xml
---
 featuremodel/feature-inventory-service/pom.xml | 24 ------------------------
 1 file changed, 24 deletions(-)

diff --git a/featuremodel/feature-inventory-service/pom.xml b/featuremodel/feature-inventory-service/pom.xml
index 765bfd6..8559bb1 100644
--- a/featuremodel/feature-inventory-service/pom.xml
+++ b/featuremodel/feature-inventory-service/pom.xml
@@ -23,7 +23,6 @@
 
     <artifactId>org.apache.sling.feature.inventoryservice</artifactId>
     <version>0.0.1-SNAPSHOT</version>
-    <packaging>jar</packaging>
 
     <name>Apache Sling Feature Inventory Service</name>
     <description>
@@ -49,29 +48,6 @@
                 <groupId>biz.aQute.bnd</groupId>
                 <artifactId>bnd-maven-plugin</artifactId>
                 <version>4.1.0</version>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>bnd-process</goal>
-                        </goals>
-                    </execution>
-                </executions>
-                <configuration>
-                    <bnd><![CDATA[
-                        -exportcontents: ${packages;VERSIONED}
-                        -removeheaders: Private-Package,Include-Resource
-                    ]]></bnd>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.rat</groupId>
-                <artifactId>apache-rat-plugin</artifactId>
-                <configuration>
-                    <excludes>
-                        <exclude>*.md</exclude>
-                        <exclude>src/main/resources/META-INF/services/*</exclude>
-                    </excludes>
-                </configuration>
             </plugin>
         </plugins>
     </build>