Hi, my pet project is an executable JAR that uses tamaya to read its configuration from a properties file.
Due to the fact that this property file is in a shaded JAR I'd ike to override certain properties (=paths to data files needed in the application). If my javaconfiguration.properties file contains foopath=/foo/bar.csv can I override it via a -Dfoopath=mypath/bar.csv when running my FatJAR? or does this functionality not yet exist? Due to build problems on Travis I'm still with 0.2-incubating. Thanks for a hint ;-) Phil
