[idwsfconsumer] branch master updated: JPAR-131 - disable doclint locally to this project
Ian Young
ian at iay.org.uk
Mon Dec 30 16:02:12 EST 2019
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch master
in repository idwsfconsumer.
View the commit online:
http://git.shibboleth.net/view/?p=idwsfconsumer.git;a=commit;h=42d4b03ed92e524529e6c6cfe5371a7c2243dc13
The following commit(s) were added to refs/heads/master by this push:
new 42d4b03 JPAR-131 - disable doclint locally to this project
42d4b03 is described below
commit 42d4b03ed92e524529e6c6cfe5371a7c2243dc13
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Mon Dec 30 21:02:09 2019 +0000
JPAR-131 - disable doclint locally to this project
https://issues.shibboleth.net/jira/browse/JPAR-131
---
pom.xml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/pom.xml b/pom.xml
index e843106..b93f0b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,6 +17,13 @@
<packaging>jar</packaging>
<properties>
+ <!--
+ Disable doclint processing until we're prepared to either take on
+ the significant work required, or remove the code.
+ See https://issues.shibboleth.net/jira/browse/JPAR-131
+ -->
+ <doclint>none</doclint>
+
<opensaml.version>4.0.0-SNAPSHOT</opensaml.version>
</properties>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list