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:20:59 UTC

[qpid-proton-j] 01/02: PROTON-2158: Adding automatic module name entry.

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 20c9943086678159d3776ebab03516eb11ed0f4a
Author: Connie <co...@microsoft.com>
AuthorDate: Thu Mar 19 07:12:50 2020 -0700

    PROTON-2158: Adding automatic module name entry.
    
    This closes #37
---
 proton-j/pom.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/proton-j/pom.xml b/proton-j/pom.xml
index 852760d..0c0f0dd 100644
--- a/proton-j/pom.xml
+++ b/proton-j/pom.xml
@@ -61,6 +61,17 @@
           </instructions>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <configuration>
+          <archive>
+            <manifestEntries>
+              <Automatic-Module-Name>org.apache.qpid.proton.j</Automatic-Module-Name>
+            </manifestEntries>
+          </archive>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
 


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