ctubbsii opened a new pull request #2537: URL: https://github.com/apache/accumulo/pull/2537
This change removes the log4j2-test.properties file from the accumulo-test.jar, but keeps it on the class path for the unit and integration tests in the test module. This ensures our tests log useful information during the build testing, but avoids leaking that log4j configuration into the class path in other situations where the accumulo-test.jar might be used for other kinds of testing. This fixes #2527 Also move the shellit.shellit file to complete #2497 and remove the last item from the root of our jars. Also tweak the system property configuration of maven-failsafe-plugin in the root pom.xml to ensure the configuration there is applied even when the test module sets its own additional system properties for the plugin. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@accumulo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org