[java-parent-project] branch master updated: JPAR-131 - remove disable-javadoc-doclint profile
Ian Young
ian at iay.org.uk
Mon Dec 30 12:12:05 EST 2019
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch master
in repository java-parent-project.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=7a3650c1f86a1e21282a43b8bb58ea42466a08f2
The following commit(s) were added to refs/heads/master by this push:
new 7a3650c JPAR-131 - remove disable-javadoc-doclint profile
7a3650c is described below
commit 7a3650c1f86a1e21282a43b8bb58ea42466a08f2
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Mon Dec 30 17:11:59 2019 +0000
JPAR-131 - remove disable-javadoc-doclint profile
https://issues.shibboleth.net/jira/browse/JPAR-131
---
pom.xml | 13 -------------
1 file changed, 13 deletions(-)
diff --git a/pom.xml b/pom.xml
index 2e1bf5a..a0c1f89 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1031,19 +1031,6 @@
</pluginRepositories>
</profile>
<profile>
- <id>disable-javadoc-doclint</id>
- <activation>
- <jdk>[1.8,)</jdk>
- </activation>
- <properties>
- <!--
- The doclint property sets the doclint configuration
- element for the maven-javadoc-plugin from v3.0.0.
- -->
- <doclint>none</doclint>
- </properties>
- </profile>
- <profile>
<id>enable-release-snapshots</id>
<repositories>
<repository>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list