-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Minor
-
Component/s: maven-plugin
-
Environment: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