[java-support] branch master updated: JPAR-113 - establish Automatic-Module-Name

Ian Young ian at iay.org.uk
Thu Sep 27 12:22:30 EDT 2018


This is an automated email from the git hooks/post-receive script.

iay pushed a commit to branch master
in repository java-support.

View the commit online:
http://git.shibboleth.net/view/?p=java-support.git;a=commit;h=431b76b4397dbe6cdb36bb288444104ba813c667

The following commit(s) were added to refs/heads/master by this push:
       new  431b76b   JPAR-113 - establish Automatic-Module-Name
431b76b is described below

commit 431b76b4397dbe6cdb36bb288444104ba813c667
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Thu Sep 27 17:15:22 2018 +0100

    JPAR-113 - establish Automatic-Module-Name
---
 pom.xml | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/pom.xml b/pom.xml
index 04e5c8a..a374802 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,6 +16,10 @@
     <version>8.0.0-SNAPSHOT</version>
     <packaging>jar</packaging>
 
+    <properties>
+        <automatic.module.name>net.shibboleth.utilities.java.support</automatic.module.name>
+    </properties>
+
     <repositories>
         <repository>
             <id>shib-release</id>
@@ -155,4 +159,20 @@
         </site>
     </distributionManagement>
 
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-jar-plugin</artifactId>
+                <configuration>
+                    <archive>
+                        <manifestEntries>
+                            <Automatic-Module-Name>${automatic.module.name}</Automatic-Module-Name>
+                        </manifestEntries>
+                    </archive>
+                </configuration>
+             </plugin>
+        </plugins>
+    </build>
+
 </project>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list