...
- 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,mysql -Dmysql.dba.password=xyz
- Setting an environment variable
No Format set mysql.dba.password=xyz
- Adding them to the properties file
No Format ~/.kuali/ole/ole-sql.properties
- Setting a system property. You can do this on the command line using
- System properties always win if a custom value is provided in more than one spotEnvironment variables override the properties file if a custom value is provided in both spots