Repository: commons-rng Updated Branches: refs/heads/master 04a59b13d -> cccd43c05
Skip checkstyle for NOTICE.txt and LICENSE.txt Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/cccd43c0 Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/cccd43c0 Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/cccd43c0 Branch: refs/heads/master Commit: cccd43c056f7db7741b8a8b94d4571b6ba1b27a7 Parents: 04a59b1 Author: Artem Barger <[email protected]> Authored: Thu Aug 18 02:03:15 2016 +0300 Committer: Artem Barger <[email protected]> Committed: Thu Aug 18 02:04:21 2016 +0300 ---------------------------------------------------------------------- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-rng/blob/cccd43c0/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b04721c..807babc 100644 --- a/pom.xml +++ b/pom.xml @@ -305,6 +305,7 @@ <headerLocation>license-header.txt</headerLocation> <logViolationsToConsole>false</logViolationsToConsole> <failOnViolation>false</failOnViolation> + <resourceExcludes>NOTICE.txt,LICENSE.txt</resourceExcludes> </configuration> </plugin> </plugins> @@ -424,7 +425,7 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <configuration> - <additionalparam>-header '<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>'</additionalparam> + <additionalparam>-Xdoclint:none -header '<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>'</additionalparam> </configuration> </plugin> </plugins>
