Repository: commons-rng Updated Branches: refs/heads/checkstyle 12265655b -> 415335a4d
Checkstyle add reference to license header file. Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/415335a4 Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/415335a4 Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/415335a4 Branch: refs/heads/checkstyle Commit: 415335a4da56f6f88ac1098f2b18dfd4f741d51a Parents: 1226565 Author: Artem Barger <[email protected]> Authored: Thu Aug 18 00:40:37 2016 +0300 Committer: Artem Barger <[email protected]> Committed: Thu Aug 18 00:40:37 2016 +0300 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-rng/blob/415335a4/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 93bc061..be09d4f 100644 --- a/pom.xml +++ b/pom.xml @@ -302,6 +302,7 @@ <configuration> <includeTestSourceDirectory>true</includeTestSourceDirectory> <configLocation>checkstyle.xml</configLocation> + <headerLocation>license-header.txt</headerLocation> <logViolationsToConsole>false</logViolationsToConsole> <failOnViolation>false</failOnViolation> </configuration>
