...
- Default property values can be customized by
- Use Using
-Dname=value
to set a system propertyNo Format mvn initialize -Pdb,mysql -Dmysql.dba.password=xyz
- Add Adding them to the properties file
No Format ~/.kuali/ole/ole-sql.properties
- Use Using
- System properties always win if a custom value is provided in both places