You can also do
mvn checkstyle:check
if you only want to run checkstyle.
On 25 Jun 2014, at 15:51, rmetzger <[email protected]> wrote:
> Github user rmetzger commented on a diff in the pull request:
>
> https://github.com/apache/incubator-flink/pull/42#discussion_r14186130
>
> --- Diff:
> stratosphere-compiler/src/main/java/eu/stratosphere/compiler/PactCompiler.java
> ---
> @@ -23,52 +23,19 @@
> import java.util.Map;
> import java.util.Set;
>
> +import eu.stratosphere.api.common.operators.base.*;
> --- End diff --
>
> Please run "mvn verify" locally. We have maven checkstyle in place. It
> forbids using star imports.
>
>
> ---
> If your project is set up for it, you can reply to this email and have your
> reply appear on GitHub as well. If your project does not have this feature
> enabled and wishes so, or if the feature is enabled but not working, please
> contact infrastructure at [email protected] or file a JIRA ticket
> with INFRA.
> ---