How to install BAP Services?

I looked at the introduction to the BAP Services product [here]<INTERNAL_LINK>. That’s where I would expect to find an installation guide - but I didn’t.

Did I look at the wrong place? Does it come as a docker?

Hi Till,

You can take a look at [BAP Services Development process]<INTERNAL_LINK>

Actually, if you just want to start BAP Services to work with BAP Client, you just need to clone code of BAP Client, then follow the README file.

I tried: After installing the prerequisites, I failed when cloning:

> git clone  <INTERNAL_LINK>
> Cloning into 'services'...
> fatal: <INTERNAL_LINK> not valid: is this a git repository?

Any idea?

@till-atomic-slope

`> git clone "<INTERNAL_LINK>

Got the repo cloned :grinning:
Next problem:

 mvn clean install
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM for com.mgmtp.a12.services:a12-services:26.1.0-SNAPSHOT: Failure to find com.mgmtp.maven.poms:mgm-oss-parent:pom:19 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 4, column 10
 @
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR]   The project com.mgmtp.a12.services:a12-services:26.1.0-SNAPSHOT (/Users/tgartner/git/services/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM for com.mgmtp.a12.services:a12-services:26.1.0-SNAPSHOT: Failure to find com.mgmtp.maven.poms:mgm-oss-parent:pom:19 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 4, column 10 -> [Help 2]

Hi @till-atomic-slope,

Could you please show me the setting.xml in your ~{user_home}/.m2 folder?
It seems that the configuration of maven is not correct. :slight_smile:

In the newest release of Services - 26.1.0, we delivered a fat excutable jar file that you can just simply download from [mgm artifactory]<INTERNAL_LINK> (choose the version you want to use) and run by command

java -jar services-jar-app-<version>.jar

Further configuration, please refer to [A12 Services documentation]<INTERNAL_LINK>