I am facing a problem when a test / resource is not selected, but the main / resource jar is selected instead
The scenario is similar: Myproject src / test / resources --- there is config.xml w which should be needed by abc.jar, which is a dependency in Myproject.
When running a test case for Myproject, the config.xml file abc.jar is loaded instead of the Myproject test / resources. - I need to know the order in which maven selects resources. βOr trying wat im is not possible."
Thanks.
junit maven-2 resources testing surefire
saddy dj
source share