[java-mvn-enforcer] branch main updated: Tinker with pom

Rod Widdowson rdw at steadingsoftware.com
Thu Sep 23 09:58:04 UTC 2021


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

rdw pushed a commit to branch main
in repository java-mvn-enforcer.

View the commit online:
http://git.shibboleth.net/view/?p=java-mvn-enforcer.git;a=commit;h=fc511fe03e77d6b59b0a1e1581b6a152c9804b95

The following commit(s) were added to refs/heads/main by this push:
       new  fc511fe   Tinker with pom
fc511fe is described below

commit fc511fe03e77d6b59b0a1e1581b6a152c9804b95
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Sep 23 10:55:13 2021 +0100

    Tinker with pom
---
 pom.xml | 21 ++++++---------------
 1 file changed, 6 insertions(+), 15 deletions(-)

diff --git a/pom.xml b/pom.xml
index 18b4252..78d044d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,13 +5,16 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
+	<!-- Parented by the IdP because it borrows some functionality
+	     and dependency from the IdP, but this is not an IDP only plugin -->
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
         <version>4.2.0-SNAPSHOT</version>
     </parent>
 
-    <name>idp-enforcer</name>
-    <artifactId>idp-enforcer</artifactId>
+    <groupId>net.shibboleth.maven.enforcer.rules</groupId>
+    <artifactId>maven-dist-enforcer</artifactId>
+    <name>Shibboleth Distribution Enforcer Rule</name>
     <version>0.1.0-SNAPSHOT</version>
     <packaging>jar</packaging>
 
@@ -83,20 +86,8 @@
             <groupId>${spring.groupId}</groupId>
             <artifactId>spring-context</artifactId>
         </dependency>
-        <!--  <dependency>
-            <groupId>${spring.groupId}</groupId>
-            <artifactId>spring-core</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>${spring.groupId}</groupId>
-            <artifactId>spring-beans</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>${spring.groupId}</groupId>
-            <artifactId>spring-webmvc</artifactId>
-        </dependency> -->
 
-         <!--  Provided because we are inside maven  -->
+        <!--  Provided because we are inside maven  -->
          <dependency>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-enforcer-plugin</artifactId>

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


More information about the commits mailing list