Building the Sample Stage

To build the sample stage, follow these steps:

  1. Change to the sample project directory:

    cd /path/to/forgerock-selfservice-custom-stage
  2. Run the following Maven command:

    mvn clean install

    This step creates a forgerock-selfservice-custom-stage-version.jar file in the target directory.

  3. Copy the compiled stage to the openidm/bundle directory:

    cp target/forgerock-selfservice-custom-stage-version.jar /path/to/openidm/bundle/
  4. Restart IDM for the new stage to be taken into account.

Read a different version of :