Repository: hive Updated Branches: refs/heads/master ed256f350 -> 525f8abd3
HIVE-18510: Enable running checkstyle on test sources as well (Adam Szita via Peter Vary) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/525f8abd Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/525f8abd Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/525f8abd Branch: refs/heads/master Commit: 525f8abd3f8a25f1d90ac9ad43396f93026e0986 Parents: ed256f3 Author: Peter Vary <[email protected]> Authored: Tue Jan 23 18:22:24 2018 +0100 Committer: Peter Vary <[email protected]> Committed: Tue Jan 23 18:22:24 2018 +0100 ---------------------------------------------------------------------- pom.xml | 1 + standalone-metastore/pom.xml | 1 + storage-api/pom.xml | 1 + testutils/ptest2/pom.xml | 1 + 4 files changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hive/blob/525f8abd/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 65ed222..fb230b7 100644 --- a/pom.xml +++ b/pom.xml @@ -1151,6 +1151,7 @@ <configuration> <configLocation>${checkstyle.conf.dir}/checkstyle.xml</configLocation> <propertyExpansion>config_loc=${checkstyle.conf.dir}</propertyExpansion> + <includeTestSourceDirectory>true</includeTestSourceDirectory> </configuration> </plugin> <plugin> http://git-wip-us.apache.org/repos/asf/hive/blob/525f8abd/standalone-metastore/pom.xml ---------------------------------------------------------------------- diff --git a/standalone-metastore/pom.xml b/standalone-metastore/pom.xml index 8bb7e59..9fe2a61 100644 --- a/standalone-metastore/pom.xml +++ b/standalone-metastore/pom.xml @@ -475,6 +475,7 @@ <configuration> <configLocation>${checkstyle.conf.dir}/checkstyle.xml</configLocation> <propertyExpansion>config_loc=${checkstyle.conf.dir}</propertyExpansion> + <includeTestSourceDirectory>true</includeTestSourceDirectory> </configuration> </plugin> <plugin> http://git-wip-us.apache.org/repos/asf/hive/blob/525f8abd/storage-api/pom.xml ---------------------------------------------------------------------- diff --git a/storage-api/pom.xml b/storage-api/pom.xml index 3126199..770dff5 100644 --- a/storage-api/pom.xml +++ b/storage-api/pom.xml @@ -150,6 +150,7 @@ <configuration> <configLocation>${checkstyle.conf.dir}/checkstyle.xml</configLocation> <propertyExpansion>config_loc=${checkstyle.conf.dir}</propertyExpansion> + <includeTestSourceDirectory>true</includeTestSourceDirectory> </configuration> </plugin> <plugin> http://git-wip-us.apache.org/repos/asf/hive/blob/525f8abd/testutils/ptest2/pom.xml ---------------------------------------------------------------------- diff --git a/testutils/ptest2/pom.xml b/testutils/ptest2/pom.xml index 19796ff..dbcfb01 100644 --- a/testutils/ptest2/pom.xml +++ b/testutils/ptest2/pom.xml @@ -169,6 +169,7 @@ limitations under the License. <configuration> <configLocation>${checkstyle.conf.dir}/checkstyle.xml</configLocation> <propertyExpansion>basedir=${checkstyle.conf.dir}</propertyExpansion> + <includeTestSourceDirectory>true</includeTestSourceDirectory> </configuration> </plugin> <plugin>
