Repository: incubator-apex-core Updated Branches: refs/heads/devel-3 3befce7ec -> ca542e3d8
APEX-270 #resolve Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/commit/93d715a5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/93d715a5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/93d715a5 Branch: refs/heads/devel-3 Commit: 93d715a5c3ad7e7666637dc20e80ae9b36e01e95 Parents: 3befce7 Author: Chandni Singh <[email protected]> Authored: Tue Nov 17 16:18:28 2015 -0800 Committer: Chandni Singh <[email protected]> Committed: Tue Nov 17 16:54:51 2015 -0800 ---------------------------------------------------------------------- api/pom.xml | 2 +- bufferserver/pom.xml | 2 +- common/pom.xml | 2 +- engine/pom.xml | 2 +- pom.xml | 1 + 5 files changed, 5 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/93d715a5/api/pom.xml ---------------------------------------------------------------------- diff --git a/api/pom.xml b/api/pom.xml index d85a48c..fba3374 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -89,7 +89,7 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> <configuration> - <maxAllowedViolations>103</maxAllowedViolations> + <maxAllowedViolations>114</maxAllowedViolations> </configuration> </plugin> </plugins> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/93d715a5/bufferserver/pom.xml ---------------------------------------------------------------------- diff --git a/bufferserver/pom.xml b/bufferserver/pom.xml index b2c7f8d..f6fc8b3 100644 --- a/bufferserver/pom.xml +++ b/bufferserver/pom.xml @@ -51,7 +51,7 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> <configuration> - <maxAllowedViolations>165</maxAllowedViolations> + <maxAllowedViolations>228</maxAllowedViolations> </configuration> </plugin> </plugins> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/93d715a5/common/pom.xml ---------------------------------------------------------------------- diff --git a/common/pom.xml b/common/pom.xml index ed1a251..25887d8 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -74,7 +74,7 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> <configuration> - <maxAllowedViolations>124</maxAllowedViolations> + <maxAllowedViolations>149</maxAllowedViolations> </configuration> </plugin> </plugins> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/93d715a5/engine/pom.xml ---------------------------------------------------------------------- diff --git a/engine/pom.xml b/engine/pom.xml index 0fbf927..34593ce 100644 --- a/engine/pom.xml +++ b/engine/pom.xml @@ -145,7 +145,7 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> <configuration> - <maxAllowedViolations>2759</maxAllowedViolations> + <maxAllowedViolations>4406</maxAllowedViolations> </configuration> </plugin> <plugin> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/93d715a5/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3197427..df24424 100644 --- a/pom.xml +++ b/pom.xml @@ -325,6 +325,7 @@ <configLocation>apex_checks.xml</configLocation> <suppressionsLocation>checkstyle-suppressions.xml</suppressionsLocation> <suppressionsFileExpression>checkstyle.suppressions.file</suppressionsFileExpression> + <includeTestSourceDirectory>true</includeTestSourceDirectory> </configuration> </plugin> <plugin>
