Repository: commons-rng Updated Branches: refs/heads/checkstyle 415335a4d -> ae50efec5
Do not include in checkstyle tests folder. Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/ae50efec Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/ae50efec Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/ae50efec Branch: refs/heads/checkstyle Commit: ae50efec57c60cff2f1247926128c8ff51d1c844 Parents: 415335a Author: Artem Barger <[email protected]> Authored: Thu Aug 18 00:50:09 2016 +0300 Committer: Artem Barger <[email protected]> Committed: Thu Aug 18 00:50:09 2016 +0300 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-rng/blob/ae50efec/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index be09d4f..e3024bb 100644 --- a/pom.xml +++ b/pom.xml @@ -300,7 +300,7 @@ <artifactId>maven-checkstyle-plugin</artifactId> <version>${rng.checkstyle.version}</version> <configuration> - <includeTestSourceDirectory>true</includeTestSourceDirectory> + <includeTestSourceDirectory>false</includeTestSourceDirectory> <configLocation>checkstyle.xml</configLocation> <headerLocation>license-header.txt</headerLocation> <logViolationsToConsole>false</logViolationsToConsole>
