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-org-apache-sling-scripting-api.git
commit 44cdde3329efeea4feb9372f8b7e24604c1decd9 Author: Oliver Lietz <[email protected]> AuthorDate: Sat Dec 26 21:29:55 2020 +0100 SLING-10025 Use bnd Maven plugins --- bnd.bnd | 3 +++ pom.xml | 11 ----------- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/bnd.bnd b/bnd.bnd new file mode 100644 index 0000000..e36a0d6 --- /dev/null +++ b/bnd.bnd @@ -0,0 +1,3 @@ +-removeheaders:\ + Include-Resource,\ + Private-Package diff --git a/pom.xml b/pom.xml index d824a6b..50d2de3 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,6 @@ <artifactId>org.apache.sling.scripting.api</artifactId> <version>2.2.1-SNAPSHOT</version> - <packaging>bundle</packaging> <name>Apache Sling Scripting API</name> <description>This bundle provides the internal API to implement scripting.</description> @@ -41,16 +40,6 @@ <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-scripting-api.git</url> </scm> - <build> - <plugins> - <plugin> - <groupId>org.apache.felix</groupId> - <artifactId>maven-bundle-plugin</artifactId> - <extensions>true</extensions> - </plugin> - </plugins> - </build> - <dependencies> <!-- OSGi --> <dependency>
