...
The build when running as dev has everything it needs to be configured correctly.
What to put in a property override file
Right now it would need to be the concatenation of these files (and likely more in the future):
- platform/trunk/lib/stackConfiguration/src/main/resources/stack.properties
- platform/trunk/tools/tool-migration-utility/src/main/resources/searchUpdater.properties
- platform/trunk/tools/tcgaWorkflow/src/main/resources/tcgaWorkflow.properties
How to tell your local build to use a property override file
If you need to make your own local override file, you'll need to add a property similar to the following to your .m2/settings.xml
file:
...