Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Full build
    No Format
    mvn clean install
  2. Skip everything except for packaging OLE FS data into jar files
    No Format
    mvn clean install -Pdata
  3. Generate the local configuration file ~/.kuali/ole/fs/configuration.properties with default values
    No Format
    mvn generate-resources -Plocal
  4. Package OLE FS data into jar files
    No Format
    mvn clean install -Pdata
  5. Reset an OLE FS database
    No Format
    mvn clean initialize -Pdb

...