Hi,
I'm trying to automate the build of a custom rest-api which is bundled in the default documentum-rest-api.
For the development on my machine I had to add a lot of maven dependencies via a batch-script to my local maven repository. This worked quite nicely but is not practical for an automated build in a CI environment like Teamcity. I tried to find a public repository from opentext which contains the artifacts, but I didn't find anything useful. So the next step would be to add all the dependencies to my corporate nexus repository which is a lot of work if i have to do it manually. Is there a easy way to do this or are there other solutions for an automated build?
Thank you!
Cheers
Fabian Lang