You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2020/03/31 14:21:00 UTC

[qpid-proton-j] 02/02: PROTON-2158: suppress automatic entries reintroduced with jar plugin addition in previous commit

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

robbie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-proton-j.git

commit 02998b382967b997ac86a6b1ea2d507bfd9a862f
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Tue Mar 31 15:13:46 2020 +0100

    PROTON-2158: suppress automatic entries reintroduced with jar plugin addition in previous commit
---
 proton-j/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/proton-j/pom.xml b/proton-j/pom.xml
index 0c0f0dd..0b2fa07 100644
--- a/proton-j/pom.xml
+++ b/proton-j/pom.xml
@@ -69,6 +69,10 @@
             <manifestEntries>
               <Automatic-Module-Name>org.apache.qpid.proton.j</Automatic-Module-Name>
             </manifestEntries>
+            <manifest>
+              <addDefaultSpecificationEntries>false</addDefaultSpecificationEntries>
+              <addDefaultImplementationEntries>false</addDefaultImplementationEntries>
+            </manifest>
           </archive>
         </configuration>
       </plugin>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org