Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency Projects #58

Closed
vijaysankarmanchi opened this issue Nov 23, 2017 · 1 comment
Closed

Dependency Projects #58

vijaysankarmanchi opened this issue Nov 23, 2017 · 1 comment

Comments

@vijaysankarmanchi
Copy link

I have 2 repositories in bitbucket. Now when pipeline is configured for both the repositories i am able to build repo 1 successfully and repo 1 is the dependency project of repo 2 . When i am trying to build repo 2 it says Could not resolve dependencies for project repo 1 project.
Please find the below yml i have configured.
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

Any suggestions how to resolve repo 1 dependency in repo 2

@carlossg
Copy link
Owner

question should be asked in maven-users mailing list, this is just for issues with the docker image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants