[java-opensaml] branch main updated: GEN-311 Stop populating/maintaining the third party repo.

Rod Widdowson rdw at steadingsoftware.com
Sat Mar 12 11:19:14 UTC 2022


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

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

View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=4a704814f44a7062b5ac684bcd86d9d554b31253

The following commit(s) were added to refs/heads/main by this push:
     new 4a704814f GEN-311 Stop populating/maintaining the third party repo.
4a704814f is described below

commit 4a704814f44a7062b5ac684bcd86d9d554b31253
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Mar 10 10:33:32 2022 +0000

    GEN-311 Stop populating/maintaining the third party repo.
    
    https://shibboleth.atlassian.net/browse/GEN-311
    
    Remove explicit m2 checking.  Add trigger file to do this via the profile.
---
 opensaml-bom/.check-m2 |  1 +
 opensaml-bom/pom.xml   | 48 ------------------------------------------------
 2 files changed, 1 insertion(+), 48 deletions(-)

diff --git a/opensaml-bom/.check-m2 b/opensaml-bom/.check-m2
new file mode 100644
index 000000000..048849a05
--- /dev/null
+++ b/opensaml-bom/.check-m2
@@ -0,0 +1 @@
+This file provokes a signature check of the maven repository unless overridden by the no-check-m2 property.
\ No newline at end of file
diff --git a/opensaml-bom/pom.xml b/opensaml-bom/pom.xml
index 8e042201c..3bb4e405b 100644
--- a/opensaml-bom/pom.xml
+++ b/opensaml-bom/pom.xml
@@ -11,10 +11,6 @@
         <relativePath>../opensaml-parent</relativePath>
     </parent>
 
-    <properties>
-        <net.shibboleth.maven.enforcer.rules.checkM2>false</net.shibboleth.maven.enforcer.rules.checkM2>
-    </properties>
-
     <name>OpenSAML :: BOM</name>
     <description>Bill of Materials</description>
     <artifactId>opensaml-bom</artifactId>
@@ -133,48 +129,4 @@
         </site>
     </distributionManagement>
 
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-enforcer-plugin</artifactId>
-                <dependencies>
-                    <dependency>
-                        <groupId>net.shibboleth.maven.enforcer.rules</groupId>
-                        <artifactId>maven-dist-enforcer</artifactId>
-                        <version>3.1.1-SNAPSHOT</version>
-                    </dependency>
-                </dependencies>
-                <executions>
-                    <execution>
-                        <id>idp-enforce</id>
-                        <phase>verify</phase>
-                        <goals>
-                            <goal>enforce</goal>
-                        </goals>
-                        <configuration>
-                            <rules>
-                                <jarEnforcer implementation="net.shibboleth.mvn.enforcer.impl.JarEnforcer">
-                                    <dataGroupId>net.shibboleth.maven.enforcer.rules</dataGroupId>
-                                    <dataArtifactId>maven-dist-enforcer-data</dataArtifactId>
-                                    <dataVersion>1.0.1-SNAPSHOT</dataVersion>
-                                    <dataKeyRing>${basedir}/src/main/enforcer/shibbolethKeys.gpg</dataKeyRing>
-                                    <parentPomDir>${basedir}/../opensaml-parent</parentPomDir>
-                                    <zipFiles/>
-                                    <tgzFiles/>
-                                    <checkSignatures>false</checkSignatures>
-                                    <checkDependencies>false</checkDependencies>
-                                    <compileRuntimeArtifactFatal>false</compileRuntimeArtifactFatal>
-                                    <listJarSources>false</listJarSources>
-                                    <checkM2>${net.shibboleth.maven.enforcer.rules.checkM2}</checkM2>
-                                </jarEnforcer>
-                            </rules>
-                        </configuration>
-                    </execution>
-                </executions>
-            </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