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:
-
Copy the
settings.xml.templatefile in the same folder. -
Rename the copied file as
settings.xml. -
Edit the
<localRepository>parameter in thesettings.xmlfile 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.