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: [email protected] With regards, Apache Git Services
