简体   繁体   中英

How to integrate JBPM Business Central with Nexus

I have full Business Central JBPM 7.29.0. I want to use Nexus for the storing my drool's jars and it's dependencies instead of maven repository of business central. In documentation I have found nothing. Is it posiible?

follow below steps to configure the external Maven repository :

  • Create a Maven settings.xml file with connection and access details for your external repository. For details about the settings.xml file, see the Maven Settings Reference[1].

  • Save the file in a known location, for example, /opt/custom-config/settings.xml.

  • In your jBPM installation directory, navigate to the standalone-full.xml file. For example, if you use a JBoss EAP installation for jBPM, go to /EAP_HOME/standalone/configuration/standalone-full.xml.

Open standalone-full.xml and under the tag, set the kie.maven.settings.custom property to the full path name of the settings.xml file.

For example:

<property name="kie.maven.settings.custom" value="/opt/custom-config/settings.xml"/>
  • Start or restart Business Central and Process Server.

[1] https://maven.apache.org/settings.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM