[java-idp-plugin-scripting] 02/02: IDP-1595 Align Poms with standard

Rod Widdowson rdw at steadingsoftware.com
Wed Jul 8 12:28:33 UTC 2020


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

rdw pushed a commit to branch master
in repository java-idp-plugin-scripting.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-scripting.git;a=commit;h=ca298186b223742f0be5e04e02d9cd25558d47be

commit ca298186b223742f0be5e04e02d9cd25558d47be
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Jul 8 10:44:49 2020 +0100

    IDP-1595 Align Poms with standard
---
 nashorn-dist/pom.xml  | 6 +++---
 nashorn-impl/pom.xml  | 9 ++++-----
 pom.xml               | 4 ++--
 rhino-dist/pom.xml    | 6 +++---
 rhino-impl/pom.xml    | 9 ++++-----
 scripting-api/pom.xml | 8 +++-----
 6 files changed, 19 insertions(+), 23 deletions(-)

diff --git a/nashorn-dist/pom.xml b/nashorn-dist/pom.xml
index 00e5c19..8fcb165 100644
--- a/nashorn-dist/pom.xml
+++ b/nashorn-dist/pom.xml
@@ -10,12 +10,12 @@
 	<version>0.0.1-SNAPSHOT</version>
     </parent>
 
-    <artifactId>nashorn-dist</artifactId>
+    <name>Shibboleth IdP :: Plugins :: Nashorn Distribution</name>
+    <artifactId>idp-plugin-nashorn-dist</artifactId>
     <packaging>pom</packaging>
 
-    <name>Shibboleth Project Nashorn Plugin package</name>
     <description>
-        A project to build a Nashorn Plugin package
+        A project to build a Nashorn ECMAScript Plugin package
     </description>
 
     <properties>
diff --git a/nashorn-impl/pom.xml b/nashorn-impl/pom.xml
index a9ff63c..9f1aa91 100644
--- a/nashorn-impl/pom.xml
+++ b/nashorn-impl/pom.xml
@@ -10,18 +10,17 @@
         <version>0.0.1-SNAPSHOT</version>
     </parent>
     
-    <artifactId>nashorn-impl</artifactId>
+    <name>Shibboleth IdP :: Plugins :: Nashorn Scripting Impl</name>
+    <artifactId>idp-plugin-nashorn-impl</artifactId>
     <packaging>jar</packaging>
     
     <properties>
         <checkstyle.configLocation>${project.basedir}/../checkstyle.xml</checkstyle.configLocation>
-        <automatic.module.name>net.shibboleth.idp.plugin.scripting.nashorn</automatic.module.name>
+        <automatic.module.name>net.shibboleth.idp.plugin.nashorn</automatic.module.name>
     </properties>
     
-
-    <name>Shibboleth Project Nashorn Plugin</name>
     <description>
-        A project to build a Nashorn plugin jar.
+        A project to build a Nashorn ECMAScript plugin jar.
     </description>
 
     <dependencies>
diff --git a/pom.xml b/pom.xml
index b79c38c..552e307 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,9 +15,9 @@
     <version>0.0.1-SNAPSHOT</version>
     <packaging>pom</packaging>
 
-    <name>Shibboleth Project Scripting plugin</name>
+    <name>Shibboleth IdP :: Plugins :: Scripting</name>
     <description>
-        Parent Project for Scripting plugins
+        Scripting Plugins for the Shibboleth IdP
     </description>
 
     <properties>
diff --git a/rhino-dist/pom.xml b/rhino-dist/pom.xml
index d4d3e5c..582b3ea 100644
--- a/rhino-dist/pom.xml
+++ b/rhino-dist/pom.xml
@@ -10,12 +10,12 @@
         <version>0.0.1-SNAPSHOT</version>
     </parent>
 
-    <artifactId>rhino-dist</artifactId>
+    <artifactId>idp-plugin-rhino-dist</artifactId>
     <packaging>pom</packaging>
 
-    <name>Shibboleth Project Rhino Plugin Package</name>
+    <name>Shibboleth IdP :: Plugins :: Rhino Distribution</name>
     <description>
-        A project to build Rhino plugin package
+        A project to build Rhino ECMASScript plugin package
     </description>
 
     <properties>
diff --git a/rhino-impl/pom.xml b/rhino-impl/pom.xml
index d49c624..ce28378 100644
--- a/rhino-impl/pom.xml
+++ b/rhino-impl/pom.xml
@@ -10,18 +10,17 @@
         <version>0.0.1-SNAPSHOT</version>
     </parent>
     
-    <artifactId>rhino-impl</artifactId>
+    <name>Shibboleth IdP :: Plugins :: Rhino Scripting Impl</name>
+    <artifactId>idp-plugin-rhino-impl</artifactId>
     <packaging>jar</packaging>
     
     <properties>
         <checkstyle.configLocation>${project.basedir}/../checkstyle.xml</checkstyle.configLocation>
-        <automatic.module.name>net.shibboleth.idp.plugin.scripting.rhino</automatic.module.name>
+        <automatic.module.name>net.shibboleth.idp.plugin.rhino</automatic.module.name>
     </properties>
     
-
-    <name>Shibboleth Project Rhino Plugin</name>
     <description>
-        A project to build a Nashorn plugin jar.
+        A project to build a Rhino ECMAScript plugin jar.
     </description>
 
     <dependencies>
diff --git a/scripting-api/pom.xml b/scripting-api/pom.xml
index d94672b..9cf1ae1 100644
--- a/scripting-api/pom.xml
+++ b/scripting-api/pom.xml
@@ -10,8 +10,8 @@
         <version>0.0.1-SNAPSHOT</version>
     </parent>
     
-    <groupId>net.shibboleth.idp.plugin.scripting</groupId>
-    <artifactId>scripting-api</artifactId>
+    <name>Shibboleth IdP :: Plugins :: Scripting Common Code</name>
+    <artifactId>idp-plugin-scripting-api</artifactId>
     <packaging>jar</packaging>
     
     <properties>
@@ -19,10 +19,8 @@
         <automatic.module.name>net.shibboleth.idp.plugin.scripting.api</automatic.module.name>
     </properties>
     
-
-    <name>Shibboleth Project Scripting Plugins - API</name>
     <description>
-        A project to build a jar file that nashorn and rhino depend upon.
+        A project to build a jar file that ECMAScript plugins depend upon.
     </description>
 
     <build>

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


More information about the commits mailing list