This is an automated email from the ASF dual-hosted git repository. rouazana pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit 82ac6142a6b389e3d03ab8cda79f9184f56b6e3b Author: Benoit Tellier <[email protected]> AuthorDate: Thu Aug 29 09:04:05 2019 +0700 JAMES-2855 Turn JavaDoc stricter docLint off --- mpt/app/pom.xml | 20 -------------------- mpt/core/pom.xml | 20 -------------------- mpt/mavenplugin/pom.xml | 17 ----------------- pom.xml | 2 ++ 4 files changed, 2 insertions(+), 57 deletions(-) diff --git a/mpt/app/pom.xml b/mpt/app/pom.xml index d82e7c4..c8b4aab 100644 --- a/mpt/app/pom.xml +++ b/mpt/app/pom.xml @@ -122,24 +122,4 @@ interfaces to the MPT library.</description> </plugin> </plugins> </build> - - <profiles> - <profile> - <id>doclint-java8-disable</id> - <activation> - <jdk>[1.8,)</jdk> - </activation> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-javadoc-plugin</artifactId> - <configuration> - <additionalparam>-Xdoclint:none</additionalparam> - </configuration> - </plugin> - </plugins> - </build> - </profile> - </profiles> </project> diff --git a/mpt/core/pom.xml b/mpt/core/pom.xml index 9488edd..4b1e714 100644 --- a/mpt/core/pom.xml +++ b/mpt/core/pom.xml @@ -143,24 +143,4 @@ </plugin> </plugins> </build> - - <profiles> - <profile> - <id>doclint-java8-disable</id> - <activation> - <jdk>[1.8,)</jdk> - </activation> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-javadoc-plugin</artifactId> - <configuration> - <additionalparam>-Xdoclint:none</additionalparam> - </configuration> - </plugin> - </plugins> - </build> - </profile> - </profiles> </project> diff --git a/mpt/mavenplugin/pom.xml b/mpt/mavenplugin/pom.xml index 8d74542..1f3084c 100644 --- a/mpt/mavenplugin/pom.xml +++ b/mpt/mavenplugin/pom.xml @@ -159,23 +159,6 @@ to the library requiring no extra coding.</description> </pluginManagement> </build> </profile> - <profile> - <id>doclint-java8-disable</id> - <activation> - <jdk>[1.8,)</jdk> - </activation> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-javadoc-plugin</artifactId> - <configuration> - <additionalparam>-Xdoclint:none</additionalparam> - </configuration> - </plugin> - </plugins> - </build> - </profile> </profiles> <reporting> diff --git a/pom.xml b/pom.xml index 0bbb22f..f9a6e40 100644 --- a/pom.xml +++ b/pom.xml @@ -650,6 +650,8 @@ <scala.base>2.12</scala.base> <scala.version>${scala.base}.8</scala.version> + + <doclint>none</doclint> </properties> <dependencyManagement> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
