Versions Compared

Key

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

...

The purpose of this tutorial is to familiarize Kuali Rice developers with building institutional plugins that override out-of-the-box Rice services. This tutorial focuses on overriding the IdentityService as an example.

Prerequisites

...

  • M2_REPO
  • M2_OPTS

...

  1. Configure Maven Repository

    Environment Variable

    Description

    Example

    M2_HOME

    Maven Home

    C:\apache-maven-2.0.9

    M2_OPTS

    JVM Options

    -Xms256m -Xmx512m

    M2_REPO

    Repository Location

    C:\JavaLib\mvnrepository


  2. Download Rice Foundation Codebase into <workspace>\rice-0.9.4

Development Environment

Build Sheet

...