Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Dependency Projects in Build

Vijay Sankarmanchi November 22, 2017

I have configured bitbucket pipelines for two repositories out of which repository 1 is dependent on repository 2. I was successfully able to run build scripts on repo 1 using pipelines but when i am trying to run repo 2 build it showing the error that Could not resolve dependencies for project repo 1. How to provide repo 1 jar to repo 2 using pipelines?  

configured yml for repo 2 :

image: maven:3.3.9

pipelines:
  default:
    - step:
        caches:
          - maven
        script: # Modify the commands below to build your repository.
          - mvn -s settings.xml # e.g. with settings.xml in the root of the project  
          - mvn clean install package # -B batch mode makes Maven less verbose

 

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events