Info |
---|
Make sure ~/ole-build.properties and ~/impex-build.properties, are have been deleted from \ ${user.home} |
Commands
- Full build
Info Run this from the root folder anytime anything (including the pom's) in
ole-common
changes. For example, each iteration.No Format mvn clean install -DskipTests=true
Info CD into ole-app/ole-fs folder and run the subsequent commands from within.
- Generate the local configuration file configured with default values
No Format mvn generate-resources -Plocal
- The above command generates the file
No Format ~/.kuali/ole/ole-fs.properties
- By default, the database vendor is MySQL with the
root
password set toNONE
. - You will need to update this file with the password for the MySQL
root
user on your system
- The above command generates the file
- Reset an OLE FS database
...