Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Checkstyle is now enforced across most modules. #60

Merged
merged 1 commit into from
Jan 25, 2016
Merged

Commits on Jan 23, 2016

  1. Checkstyle is now enforced across most modules.

    Also, many modules were not being built by Travis, since they were not
    included in the root pom.xml. By changing the Travis config to use `mvn
    verify` instead of `mvn test`, we ensure that the checkstyle plugin will
    run, since [by
    default](https://maven.apache.org/plugins/maven-checkstyle-plugin/check-mojo.html)
    it is bound to the verify
    [phase](https://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html#Lifecycle_Reference).
    tswast committed Jan 23, 2016
    Configuration menu
    Copy the full SHA
    bf8717b View commit details
    Browse the repository at this point in the history