Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Commands

  1. Full build
    mvn clean install
  2. Skip everything except for packaging OLE FS data into jar files
    mvn clean install -Pdata
  3. Generate a local configuration file
    mvn generate-resources -Plocal
  4. Reset an OLE FS database
    mvn clean initialize -Pdb

Properties

Property

Default Value

Description

olefs.configuration

None

If this system property is set, properties are loaded from the location it points to. Properties supplied here, override internal properties

ole.fs.runtime.property.expansion=true/false

true

If true, property expansion is performed at runtime instead of at build time.

ole.fs.log4j.override=true/false

false

Set this to true if you want to override the default log4j.properties supplied with the application

Property Loading

  1. PropertyLoadingFactoryBean
    1. Checks the following external locations automatically
      1. ~/.kuali/ole/fs/configuration.properties
  • No labels