GitHub user jdasch opened a pull request:

    https://github.com/apache/incubator-rya/pull/244

    RYA-358 Added checkstyle policy to build and fixed problems.

    - Disabled snapshot repos since there are no snapshot dependencies.
    
    <!--
    Licensed to the Apache Software Foundation (ASF) under one
    or more contributor license agreements.  See the NOTICE file
    distributed with this work for additional information
    regarding copyright ownership.  The ASF licenses this file
    to you under the Apache License, Version 2.0 (the
    "License"); you may not use this file except in compliance
    with the License.  You may obtain a copy of the License at
    
      http://www.apache.org/licenses/LICENSE-2.0
    
    Unless required by applicable law or agreed to in writing,
    software distributed under the License is distributed on an
    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    KIND, either express or implied.  See the License for the
    specific language governing permissions and limitations
    under the License.
    -->
    ## Description
    A number of classes use incorrect imports.  
    - Added a checkstyle policy that fails the build if incorrect import 
statements are used
    - Fixed existing checkstyle violations.
    - Disabled third party snapshot repositories since this project has no 
third party snapshot dependencies.  This will reduce the number of unnecessary 
http requests a build will require in some scenarios.
    
    ### Tests
    N/A
    
    ### Links
    [Jira RYA-358](https://issues.apache.org/jira/browse/RYA-358)
    
    ### Checklist
    - [ ] Code Review
    - [X] Squash Commits
    
    #### People To Reivew
    @meiercaleb 
    @amihalik 


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jdasch/incubator-rya RYA-358

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-rya/pull/244.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #244
    
----
commit 0c10a98e49de11445d6691f054710640cd1af0c6
Author: jdasch <hcs...@gmail.com>
Date:   2017-10-13T02:28:28Z

    RYA-358 Added checkstyle policy to build and fixed problems.
    
    - Disabled snapshot repos since there are no snapshot dependencies.

----


---

Reply via email to