[java-identity-provider] branch main updated: JPAR-190 add ~/.m2/... checking to our build
Rod Widdowson
rdw at steadingsoftware.com
Thu Oct 14 15:04:56 UTC 2021
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=1df224e5173bf3d791e247b5d139da726213e954
The following commit(s) were added to refs/heads/main by this push:
new 1df224e51 JPAR-190 add ~/.m2/... checking to our build
1df224e51 is described below
commit 1df224e5173bf3d791e247b5d139da726213e954
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Oct 14 16:03:31 2021 +0100
JPAR-190 add ~/.m2/... checking to our build
https://shibboleth.atlassian.net/browse/JPAR-190
Rev the Enforcer up to 2.1.
---
idp-distribution/pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/idp-distribution/pom.xml b/idp-distribution/pom.xml
index 3c44ce42b..3244fc977 100644
--- a/idp-distribution/pom.xml
+++ b/idp-distribution/pom.xml
@@ -253,7 +253,7 @@
<dependency>
<groupId>net.shibboleth.maven.enforcer.rules</groupId>
<artifactId>maven-dist-enforcer</artifactId>
- <version>2.0.0</version>
+ <version>2.1.0</version>
</dependency>
</dependencies>
<executions>
@@ -270,6 +270,7 @@
<parentPomDir>${basedir}/../idp-parent</parentPomDir>
<jarDirs>${project.build.directory}/${idp.finalName}/bin/lib ${project.build.directory}/${idp.finalName}/webapp/WEB-INF/lib</jarDirs>
<checkSignatures>true</checkSignatures>
+<checkM2>true</checkM2>
<checkDependencies>true</checkDependencies>
<listJarSources>false</listJarSources>
<artifactMap>${basedir}/src/main/enforcer/artifactMap.properties</artifactMap>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list