You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@fluo.apache.org by GitBox <gi...@apache.org> on 2018/09/27 21:52:47 UTC

[GitHub] ctubbsii opened a new pull request #1050: Fix #871 Use regular jar for ITs module

ctubbsii opened a new pull request #1050: Fix #871 Use regular jar for ITs module
URL: https://github.com/apache/fluo/pull/1050
 
 
   First commit: Fix #871 Use regular jar for ITs module
   
       Move tests in the integration test module from src/test/java into
       src/main/java in order to create a regular jar instead of a test-jar in
       Maven. This fixes many issues, such as not having javadoc and source
       jars for the integration test module, as well as to simplify any
       dependency resolution issues with other modules or projects depending on
       the integration test jar.
   
   Second commit: Fix test bugs and style issues found by checkstyle
   
       Fixes issues identified by checkstyle after fixing #871
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services