[java-metadata-aggregator] 01/02: Switch to standard property for .m2 signature check

Ian Young ian at iay.org.uk
Thu Feb 3 16:21:15 UTC 2022


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

iay pushed a commit to branch main
in repository java-metadata-aggregator.

View the commit online:
http://git.shibboleth.net/view/?p=java-metadata-aggregator.git;a=commit;h=063be1d1b4af73cadf59fa7ee3d174bb5f82cc0c

commit 063be1d1b4af73cadf59fa7ee3d174bb5f82cc0c
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Thu Feb 3 16:20:45 2022 +0000

    Switch to standard property for .m2 signature check
---
 mda-distribution/pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/mda-distribution/pom.xml b/mda-distribution/pom.xml
index 45ddeb0..4e8026a 100644
--- a/mda-distribution/pom.xml
+++ b/mda-distribution/pom.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <modelVersion>4.0.0</modelVersion>
@@ -17,7 +17,7 @@
 
     <properties>
         <mda.finalName>mda-distribution-${project.version}</mda.finalName>
-        <mda-distribution.checkM2>false</mda-distribution.checkM2>
+        <net.shibboleth.maven.enforcer.rules.checkM2>false</net.shibboleth.maven.enforcer.rules.checkM2>
     </properties>
 
     <dependencies>
@@ -116,7 +116,7 @@
                                     <checkDependencies>true</checkDependencies>
                                     <depCheckReportPath>${project.build.directory}/depReport-zip.txt</depCheckReportPath>
                                     <listJarSources>false</listJarSources>
-                                    <checkM2>${mda-distribution.checkM2}</checkM2>
+                                    <checkM2>${net.shibboleth.maven.enforcer.rules.checkM2}</checkM2>
                                 </jarEnforcer>
                             </rules>
                         </configuration>
@@ -141,7 +141,7 @@
                                     <checkDependencies>true</checkDependencies>
                                     <depCheckReportPath>${project.build.directory}/depReport-tgz.txt</depCheckReportPath>
                                     <listJarSources>false</listJarSources>
-                                    <checkM2>${mda-distribution.checkM2}</checkM2>
+                                    <checkM2>${net.shibboleth.maven.enforcer.rules.checkM2}</checkM2>
                                 </jarEnforcer>
                             </rules>
                         </configuration>

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


More information about the commits mailing list