Remove src/main/resources
-------------------------
Key: COMPRESS-53
URL: https://issues.apache.org/jira/browse/COMPRESS-53
Project: Commons Compress
Issue Type: Improvement
Reporter: Jukka Zitting
Priority: Minor
The src/main/resources directory currently contains a copy of the bla.zip file
from src/test/resources. The test file most likely should not be included in
the resulting commons-compress jar file. In fact it doesn't since the
commons-parent:11 parent POM overrides the default resources settings, but it's
still confusing to have the test file under src/main.
I would simply remove the entire src/main/resources directory as we're not
using it for anything and the current Maven settings won't use the directory in
any case.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.