...
- Full build
Info Run this from the trunk folder for the very first time to build the dependent projects such as ole-utility.jar etc..
Needed every iteration or whenever there is a version update.
No Format mvn clean install -DskipTests=true
Info CD into ole 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/fs/configuration.properties
- Default DB Info
No Format - By
- default
- the
- db
- is
- MySQL
- and
- the
root
- password
- is
- set
- to
NONE
- .
- You
- will
- need
- to
- update
- this
- file
- with
- the
- password
- they
- MySQL
root
- user
- on
- your
- system
- The above command generates the file
- Package OLE FS data into jar files (Optional)
No Format mvn clean install -Pdata
- Reset an OLE FS database
No Format mvn clean initialize -Pdb
...