[java-identity-provider] branch main updated: Revert enforcer so as to allow the nightly to build OK
Rod Widdowson
rdw at steadingsoftware.com
Thu Sep 23 19:41:30 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=d58e3c2529c719ea78d40d695c95795dbebb845d
The following commit(s) were added to refs/heads/main by this push:
new d58e3c252 Revert enforcer so as to allow the nightly to build OK
d58e3c252 is described below
commit d58e3c2529c719ea78d40d695c95795dbebb845d
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Sep 23 20:41:24 2021 +0100
Revert enforcer so as to allow the nightly to build OK
---
idp-distribution/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/idp-distribution/pom.xml b/idp-distribution/pom.xml
index 329abc8ec..b8d168ed4 100644
--- a/idp-distribution/pom.xml
+++ b/idp-distribution/pom.xml
@@ -246,7 +246,7 @@
<tarLongFileMode>gnu</tarLongFileMode>
</configuration>
</plugin>
- <plugin>
+<!-- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<dependencies>
@@ -277,7 +277,7 @@
</configuration>
</execution>
</executions>
- </plugin>
+ </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