the captain casa editor is searching the resource files under $(project)\src\main\java\...
But in our Project the files are saved in $(project)\src\main\resources\...
I tried to add it through Code:
<additionalresource />
but the entry point is still src\main\java
Is there a way to change the entry path for the resources?
in the project definition of CaptainCasa there is an optional attribute "propertyfilesdirectory". If not defining it explicitly then property files are searched within the source direcotry.