src/main/config
. But there is no corresponding directory for the test configurations. For example, property files, spring xml configurations etc. that are needed for only unit testing.
This necessitates these directories to be configured in the pom.xml
... ... true ${basedir}/src/test/config **/*.properties **/*.xml /resources ${basedir}/src/test/resources **/*
0 comments:
Post a Comment