...
- Default property values can be customized by
- Setting a system property. You can do this on the command line using
-Dname=value
No Format mvn initialize -N -Pdb -Dmysql.dba.password=xyz
- Adding them to the properties file
No Format ~/.kuali/ole/ole-sqlfs.properties
- Setting a system property. You can do this on the command line using
- System properties always win if the same customized property value is provided in more than one spot