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-org-apache-sling-commons-messaging-mail.git
commit c4a0e4d2fcac54b12d9605fdba61a47dcfde4d2f Author: Oliver Lietz <[email protected]> AuthorDate: Tue Apr 19 19:33:03 2016 +0000 add missing instructions for bnd git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1739986 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 8c68c6d..1c7e223 100644 --- a/pom.xml +++ b/pom.xml @@ -53,6 +53,12 @@ <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <extensions>true</extensions> + <configuration> + <instructions> + <_dsannotations>*</_dsannotations> + <_metatypeannotations>*</_metatypeannotations> + </instructions> + </configuration> </plugin> <plugin> <groupId>org.apache.servicemix.tooling</groupId> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
