-
Bug
-
Resolution: Unresolved
-
Minor
-
jenkins v2.50
Resource(s) under a folder named 'CVS' are not copied over to test-classes.
During maven build from Jenkins, the resources all my resources present under src/test/resources/.../..../CVS were not copied over to /target/test-classes, though all resources, present under other sibling folders were.
In our case, CVS is a business entity (and not the general know version control system).
It took us some time, to figure this out, and only after renaming the folder to 'CVSX' - we were able to get it to work.
The issue is specific to /src/test/resources and it doesn't seem to be the case for /src/main/java OR /src/test/java