Configuring Maven settings

Siebel Open Integration is a Helidon SE–based Maven project. Siebel Open Integration generates code on the fly and then uses Maven to build, package, and create the JAR artifacts.

The Siebel Open Integration installer generates a Maven settings template file named settings.xml.template in <INSTALL_DIR>.

To configure the Maven local repository, perform the following steps:

  1. Copy the settings.xml.template file in the same folder.

  2. Rename the copied file as settings.xml.

  3. Edit the <localRepository> parameter in the settings.xml file to point to the bundled compile dependency folder:

    <localRepository><installed_location>\compile_dependency\repository</localRepository>
    

    In the example above, <installed_location> is the Siebel Open Integration installation directory.