You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2022/02/15 20:45:33 UTC

[GitHub] [accumulo] ctubbsii commented on issue #2497: Test jar contains resources at its root

ctubbsii commented on issue #2497:
URL: https://github.com/apache/accumulo/issues/2497#issuecomment-1040775407


   > Are there issues with these files being in the jar?
   > 
   > log4j2-test.properties
   
   This one might be tricky to move. I'm not sure. We're probably relying on it being in a default location, for log4j to pick it up automatically. However, that's probably also controllable with a system property we can set in the surefire/failsafe config.
   
   > shellit.shellit
   > I have no idea what that second file is so not sure what to do with it.
   
   This can be moved. It actually looks like another one that doesn't actually need to be put into the jar. The ShellIT reads it directly from src/main/resources , and it looks like it does that in order to test executing a file with Accumulo shell commands.


-- 
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-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org