Versions Compared

Key

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

Remove the ole-build.properties from your home directory.
Also there is no need for the impex-build.properties, so ensure its removed from user.home

Commands

  1. Full build
    No Format
    mvn clean install
  2. Generate the local configuration file configured with default values
    No Format
    mvn generate-resources -Plocal
    1. The above command generates the file
      No Format
      ~/.kuali/ole/fs/configuration.properties
  3. Package OLE FS data into jar files
    No Format
    mvn clean install -Pdata
  4. Reset an OLE FS database
    No Format
    mvn clean initialize -Pdb

...