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

Integration tests fail due to missing dependencies #38

Closed
ppalaga opened this issue Sep 15, 2017 · 0 comments
Closed

Integration tests fail due to missing dependencies #38

ppalaga opened this issue Sep 15, 2017 · 0 comments

Comments

@ppalaga
Copy link
Contributor

ppalaga commented Sep 15, 2017

Other developers are perhaps not seeing this because they have the dependencies there in their local repos installed by running other builds.

Steps to reproduce:

  1. remove de/smartics/config and de/smartics/util directories from your local Maven repo
  2. Run mvn clean -U -Pit integration-test -s /path/to/settings.xml where /path/to/settings.xml hashttps://www.smartics.eu/nexus/content/repositories/public/ remote repo configured.

Expected: the build passes
Actual: some integration tests fail complaining about missing deps in local central.

Apparently, the solution is to add the missing deps to the it profile.

@ppalaga ppalaga changed the title Integration tests failing due to missing dependencies Integration tests fail due to missing dependencies Sep 15, 2017
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

1 participant