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

Ian Young ian at iay.org.uk
Sun Sep 30 17:03:53 EDT 2018


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

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

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=ae9bc80b306d1e9691a251d133f445a1ff2424f9

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

commit ae9bc80b306d1e9691a251d133f445a1ff2424f9
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Sun Sep 30 22:03:48 2018 +0100

    JPAR-113 - establish Automatic-Module-Name
---
 idp-admin-api/pom.xml                 |  4 ++++
 idp-admin-impl/pom.xml                |  4 ++++
 idp-attribute-api/pom.xml             |  4 ++++
 idp-attribute-filter-api/pom.xml      |  4 ++++
 idp-attribute-filter-impl/pom.xml     |  4 ++++
 idp-attribute-filter-spring/pom.xml   |  4 ++++
 idp-attribute-resolver-api/pom.xml    |  4 ++++
 idp-attribute-resolver-impl/pom.xml   |  4 ++++
 idp-attribute-resolver-spring/pom.xml |  4 ++++
 idp-authn-api/pom.xml                 |  4 ++++
 idp-authn-impl/pom.xml                |  4 ++++
 idp-cas-api/pom.xml                   |  4 ++++
 idp-cas-impl/pom.xml                  |  4 ++++
 idp-conf/pom.xml                      |  4 ++++
 idp-consent-api/pom.xml               |  4 ++++
 idp-consent-impl/pom.xml              |  4 ++++
 idp-core/pom.xml                      |  4 ++++
 idp-installer/pom.xml                 |  4 ++++
 idp-parent/pom.xml                    | 13 +++++++++++++
 idp-profile-api/pom.xml               |  4 ++++
 idp-profile-impl/pom.xml              |  4 ++++
 idp-profile-spring/pom.xml            |  4 ++++
 idp-saml-api/pom.xml                  |  4 ++++
 idp-saml-impl/pom.xml                 |  4 ++++
 idp-schema/pom.xml                    |  4 ++++
 idp-session-api/pom.xml               |  4 ++++
 idp-session-impl/pom.xml              |  4 ++++
 idp-ui/pom.xml                        |  4 ++++
 28 files changed, 121 insertions(+)

diff --git a/idp-admin-api/pom.xml b/idp-admin-api/pom.xml
index 80e39c0..86272ca 100644
--- a/idp-admin-api/pom.xml
+++ b/idp-admin-api/pom.xml
@@ -16,6 +16,10 @@
     <artifactId>idp-admin-api</artifactId>
     <packaging>jar</packaging>
 
+    <properties>
+        <automatic.module.name>net.shibboleth.idp.admin</automatic.module.name>
+    </properties>
+
     <dependencies>
         <!-- Compile Dependencies -->
         <dependency>
diff --git a/idp-admin-impl/pom.xml b/idp-admin-impl/pom.xml
index 641113b..14cb392 100644
--- a/idp-admin-impl/pom.xml
+++ b/idp-admin-impl/pom.xml
@@ -16,6 +16,10 @@
     <artifactId>idp-admin-impl</artifactId>
     <packaging>jar</packaging>
 
+    <properties>
+        <automatic.module.name>net.shibboleth.idp.admin.impl</automatic.module.name>
+    </properties>
+
     <dependencies>
         <!-- Compile Dependencies -->
         <dependency>
diff --git a/idp-attribute-api/pom.xml b/idp-attribute-api/pom.xml
index d282625..12768b8 100644
--- a/idp-attribute-api/pom.xml
+++ b/idp-attribute-api/pom.xml
@@ -16,6 +16,10 @@
     <artifactId>idp-attribute-api</artifactId>
     <packaging>jar</packaging>
 
+    <properties>
+        <automatic.module.name>net.shibboleth.idp.attribute</automatic.module.name>
+    </properties>
+
     <dependencies>
         <!-- Compile Dependencies -->
         <dependency>
diff --git a/idp-attribute-filter-api/pom.xml b/idp-attribute-filter-api/pom.xml
index 3ee01e9..c989296 100644
--- a/idp-attribute-filter-api/pom.xml
+++ b/idp-attribute-filter-api/pom.xml
@@ -16,6 +16,10 @@
     <artifactId>idp-attribute-filter-api</artifactId>
     <packaging>jar</packaging>
 
+    <properties>
+        <automatic.module.name>net.shibboleth.idp.attribute.filter</automatic.module.name>
+    </properties>
+
     <dependencies>
         <!-- Compile Dependencies -->
         <dependency>
diff --git a/idp-attribute-filter-impl/pom.xml b/idp-attribute-filter-impl/pom.xml
index 7a11932..4720c86 100644
--- a/idp-attribute-filter-impl/pom.xml
+++ b/idp-attribute-filter-impl/pom.xml
@@ -16,6 +16,10 @@
     <artifactId>idp-attribute-filter-impl</artifactId>
     <packaging>jar</packaging>
 
+    <properties>
+        <automatic.module.name>net.shibboleth.idp.attribute.filter.impl</automatic.module.name>
+    </properties>
+
     <dependencies>
         <!-- Compile Dependencies -->
         <dependency>
diff --git a/idp-attribute-filter-spring/pom.xml b/idp-attribute-filter-spring/pom.xml
index b36c17b..536fe81 100644
--- a/idp-attribute-filter-spring/pom.xml
+++ b/idp-attribute-filter-spring/pom.xml
@@ -16,6 +16,10 @@
     <artifactId>idp-attribute-filter-spring</artifactId>
     <packaging>jar</packaging>
 
+    <properties>
+        <automatic.module.name>net.shibboleth.idp.attribute.filter.spring</automatic.module.name>
+    </properties>
+
     <dependencies>
         <!-- Compile Dependencies -->
         <dependency>
diff --git a/idp-attribute-resolver-api/pom.xml b/idp-attribute-resolver-api/pom.xml
index 1b6fdf8..90aae79 100644
--- a/idp-attribute-resolver-api/pom.xml
+++ b/idp-attribute-resolver-api/pom.xml
@@ -16,6 +16,10 @@
     <artifactId>idp-attribute-resolver-api</artifactId>
     <packaging>jar</packaging>
 
+    <properties>
+        <automatic.module.name>net.shibboleth.idp.attribute.resolver</automatic.module.name>
+    </properties>
+
     <dependencies>
         <!-- Compile Dependencies -->
         <dependency>
diff --git a/idp-attribute-resolver-impl/pom.xml b/idp-attribute-resolver-impl/pom.xml
index a2adbe8..96eadbc 100644
--- a/idp-attribute-resolver-impl/pom.xml
+++ b/idp-attribute-resolver-impl/pom.xml
@@ -16,6 +16,10 @@
 	<artifactId>idp-attribute-resolver-impl</artifactId>
 	<packaging>jar</packaging>
 
+    <properties>
+        <automatic.module.name>net.shibboleth.idp.attribute.resolver.impl</automatic.module.name>
+    </properties>
+
 	<dependencies>
 		<!-- Compile Dependencies -->
 		<dependency>
diff --git a/idp-attribute-resolver-spring/pom.xml b/idp-attribute-resolver-spring/pom.xml
index 51f077d..98b82a0 100644
--- a/idp-attribute-resolver-spring/pom.xml
+++ b/idp-attribute-resolver-spring/pom.xml
@@ -16,6 +16,10 @@
     <artifactId>idp-attribute-resolver-spring</artifactId>
     <packaging>jar</packaging>
 
+    <properties>
+        <automatic.module.name>net.shibboleth.idp.attribute.resolver.spring</automatic.module.name>
+    </properties>
+
     <dependencies>
         <!-- Compile Dependencies -->
         <dependency>
diff --git a/idp-authn-api/pom.xml b/idp-authn-api/pom.xml
index 6c82926..9f7615e 100644
--- a/idp-authn-api/pom.xml
+++ b/idp-authn-api/pom.xml
@@ -16,6 +16,10 @@
     <artifactId>idp-authn-api</artifactId>
     <packaging>jar</packaging>
 
+    <properties>
+        <automatic.module.name>net.shibboleth.idp.authn</automatic.module.name>
+    </properties>
+
     <dependencies>
         <!-- Compile Dependencies -->
         <dependency>
diff --git a/idp-authn-impl/pom.xml b/idp-authn-impl/pom.xml
index 1a93739..63dd9e1 100644
--- a/idp-authn-impl/pom.xml
+++ b/idp-authn-impl/pom.xml
@@ -16,6 +16,10 @@
     <artifactId>idp-authn-impl</artifactId>
     <packaging>jar</packaging>
 
+    <properties>
+        <automatic.module.name>net.shibboleth.idp.authn.impl</automatic.module.name>
+    </properties>
+
     <dependencies>
         <!-- Compile Dependencies -->
         <dependency>
diff --git a/idp-cas-api/pom.xml b/idp-cas-api/pom.xml
index 397a1b2..5eb0b63 100644
--- a/idp-cas-api/pom.xml
+++ b/idp-cas-api/pom.xml
@@ -16,6 +16,10 @@
     <artifactId>idp-cas-api</artifactId>
     <packaging>jar</packaging>
 
+    <properties>
+        <automatic.module.name>net.shibboleth.idp.cas</automatic.module.name>
+    </properties>
+
     <dependencies>
         <!-- Compile Dependencies -->
         <dependency>
diff --git a/idp-cas-impl/pom.xml b/idp-cas-impl/pom.xml
index 74a366a..8334791 100644
--- a/idp-cas-impl/pom.xml
+++ b/idp-cas-impl/pom.xml
@@ -16,6 +16,10 @@
     <artifactId>idp-cas-impl</artifactId>
     <packaging>jar</packaging>
 
+    <properties>
+        <automatic.module.name>net.shibboleth.idp.cas.impl</automatic.module.name>
+    </properties>
+
     <dependencies>
         <!-- Compile Dependencies -->
         <dependency>
diff --git a/idp-conf/pom.xml b/idp-conf/pom.xml
index 1455af5..698d4f2 100644
--- a/idp-conf/pom.xml
+++ b/idp-conf/pom.xml
@@ -16,6 +16,10 @@
     <artifactId>idp-conf</artifactId>
     <packaging>jar</packaging>
 
+    <properties>
+        <automatic.module.name>net.shibboleth.idp.conf</automatic.module.name>
+    </properties>
+
     <dependencies>
         <!-- Compile Dependencies -->
 
diff --git a/idp-consent-api/pom.xml b/idp-consent-api/pom.xml
index 5b5e973..1c3132b 100644
--- a/idp-consent-api/pom.xml
+++ b/idp-consent-api/pom.xml
@@ -16,6 +16,10 @@
     <artifactId>idp-consent-api</artifactId>
     <packaging>jar</packaging>
 
+    <properties>
+        <automatic.module.name>net.shibboleth.idp.consent</automatic.module.name>
+    </properties>
+
     <dependencies>
         <!-- Compile Dependencies -->
         <dependency>
diff --git a/idp-consent-impl/pom.xml b/idp-consent-impl/pom.xml
index 18a0472..91f3641 100644
--- a/idp-consent-impl/pom.xml
+++ b/idp-consent-impl/pom.xml
@@ -16,6 +16,10 @@
     <artifactId>idp-consent-impl</artifactId>
     <packaging>jar</packaging>
 
+    <properties>
+        <automatic.module.name>net.shibboleth.idp.consent.impl</automatic.module.name>
+    </properties>
+
     <dependencies>
         <!-- Compile Dependencies -->
         <dependency>
diff --git a/idp-core/pom.xml b/idp-core/pom.xml
index 3647ba9..e24ed87 100644
--- a/idp-core/pom.xml
+++ b/idp-core/pom.xml
@@ -16,6 +16,10 @@
     <artifactId>idp-core</artifactId>
     <packaging>jar</packaging>
 
+    <properties>
+        <automatic.module.name>net.shibboleth.idp</automatic.module.name>
+    </properties>
+
     <dependencies>
         <!-- Compile Dependencies -->
         <dependency>
diff --git a/idp-installer/pom.xml b/idp-installer/pom.xml
index 6244b18..d94787c 100644
--- a/idp-installer/pom.xml
+++ b/idp-installer/pom.xml
@@ -16,6 +16,10 @@
     <artifactId>idp-installer</artifactId>
     <packaging>jar</packaging>
 
+    <properties>
+        <automatic.module.name>net.shibboleth.idp.installer</automatic.module.name>
+    </properties>
+
     <dependencies>
         <!-- Compile Dependencies -->
         
diff --git a/idp-parent/pom.xml b/idp-parent/pom.xml
index 8dee9fe..908199b 100644
--- a/idp-parent/pom.xml
+++ b/idp-parent/pom.xml
@@ -249,7 +249,20 @@
                     <siteDirectory>../idp-parent/src/site</siteDirectory>
                 </configuration>
             </plugin>
+
+            <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>
diff --git a/idp-profile-api/pom.xml b/idp-profile-api/pom.xml
index 3a6ba30..67b9d24 100644
--- a/idp-profile-api/pom.xml
+++ b/idp-profile-api/pom.xml
@@ -16,6 +16,10 @@
     <artifactId>idp-profile-api</artifactId>
     <packaging>jar</packaging>
 
+    <properties>
+        <automatic.module.name>net.shibboleth.idp.profile</automatic.module.name>
+    </properties>
+
     <dependencies>
         <!-- Compile Dependencies -->
         <dependency>
diff --git a/idp-profile-impl/pom.xml b/idp-profile-impl/pom.xml
index bb2fd26..fb01324 100644
--- a/idp-profile-impl/pom.xml
+++ b/idp-profile-impl/pom.xml
@@ -16,6 +16,10 @@
     <artifactId>idp-profile-impl</artifactId>
     <packaging>jar</packaging>
 
+    <properties>
+        <automatic.module.name>net.shibboleth.idp.profile.impl</automatic.module.name>
+    </properties>
+
     <dependencies>
         <!-- Compile Dependencies -->
         <dependency>
diff --git a/idp-profile-spring/pom.xml b/idp-profile-spring/pom.xml
index 0391766..53abe9a 100644
--- a/idp-profile-spring/pom.xml
+++ b/idp-profile-spring/pom.xml
@@ -16,6 +16,10 @@
     <artifactId>idp-profile-spring</artifactId>
     <packaging>jar</packaging>
 
+    <properties>
+        <automatic.module.name>net.shibboleth.idp.profile.spring</automatic.module.name>
+    </properties>
+
     <dependencies>
         <!-- Compile Dependencies -->
         <dependency>
diff --git a/idp-saml-api/pom.xml b/idp-saml-api/pom.xml
index 99b5ade..d4c4b05 100644
--- a/idp-saml-api/pom.xml
+++ b/idp-saml-api/pom.xml
@@ -16,6 +16,10 @@
     <artifactId>idp-saml-api</artifactId>
     <packaging>jar</packaging>
 
+    <properties>
+        <automatic.module.name>net.shibboleth.idp.saml</automatic.module.name>
+    </properties>
+
     <dependencies>
         <!-- Compile Dependencies -->
         <dependency>
diff --git a/idp-saml-impl/pom.xml b/idp-saml-impl/pom.xml
index aac7392..1a71f2e 100644
--- a/idp-saml-impl/pom.xml
+++ b/idp-saml-impl/pom.xml
@@ -16,6 +16,10 @@
     <artifactId>idp-saml-impl</artifactId>
     <packaging>jar</packaging>
 
+    <properties>
+        <automatic.module.name>net.shibboleth.idp.saml.impl</automatic.module.name>
+    </properties>
+
     <dependencies>
         <!-- Compile Dependencies -->
         
diff --git a/idp-schema/pom.xml b/idp-schema/pom.xml
index 0535422..01c01f2 100644
--- a/idp-schema/pom.xml
+++ b/idp-schema/pom.xml
@@ -16,6 +16,10 @@
     <artifactId>idp-schema</artifactId>
     <packaging>jar</packaging>
 
+    <properties>
+        <automatic.module.name>net.shibboleth.idp.schema</automatic.module.name>
+    </properties>
+
     <dependencies>
         <!-- Compile Dependencies -->
 
diff --git a/idp-session-api/pom.xml b/idp-session-api/pom.xml
index 202cfbd..158855b 100644
--- a/idp-session-api/pom.xml
+++ b/idp-session-api/pom.xml
@@ -16,6 +16,10 @@
     <artifactId>idp-session-api</artifactId>
     <packaging>jar</packaging>
 
+    <properties>
+        <automatic.module.name>net.shibboleth.idp.session</automatic.module.name>
+    </properties>
+
     <dependencies>
         <!-- Compile Dependencies -->
         <dependency>
diff --git a/idp-session-impl/pom.xml b/idp-session-impl/pom.xml
index 5d2f128..a72967d 100644
--- a/idp-session-impl/pom.xml
+++ b/idp-session-impl/pom.xml
@@ -16,6 +16,10 @@
     <artifactId>idp-session-impl</artifactId>
     <packaging>jar</packaging>
 
+    <properties>
+        <automatic.module.name>net.shibboleth.idp.session.impl</automatic.module.name>
+    </properties>
+
     <dependencies>
         <!-- Compile Dependencies -->
         <dependency>
diff --git a/idp-ui/pom.xml b/idp-ui/pom.xml
index c57f44e..63c047e 100644
--- a/idp-ui/pom.xml
+++ b/idp-ui/pom.xml
@@ -16,6 +16,10 @@
     <artifactId>idp-ui</artifactId>
     <packaging>jar</packaging>
 
+    <properties>
+        <automatic.module.name>net.shibboleth.idp.ui</automatic.module.name>
+    </properties>
+
     <dependencies>
         <!-- Compile Dependencies -->
         <dependency>

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


More information about the commits mailing list