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

Broken configuration with mvn dependency:go-offline #557

Open
denkv opened this issue Oct 10, 2023 · 0 comments
Open

Broken configuration with mvn dependency:go-offline #557

denkv opened this issue Oct 10, 2023 · 0 comments

Comments

@denkv
Copy link
Collaborator

denkv commented Oct 10, 2023

Description

After running mvn dependency:go-offline, running mvn test starts downloading more dependencies.

Reproducability

Steps to reproduce the behavior:

  1. rm -rf ~/.m2/repository
  2. mvn --file hobbit-gui/gui-serverbackend dependency:go-offline
  3. mvn --file hobbit-gui/gui-serverbackend test
  4. See more dependencies being downloaded

Expected behavior

No additional dependencies are downloaded after mvn dependency:go-offline

Possible solution

It could be that all used maven plugins need to be explicitly defined in <build><pluginManagement>.

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

No branches or pull requests

1 participant