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

Evaluate optional dependencies #240

Merged

Conversation

imonteroperez
Copy link
Contributor

  • The current pattern does not evaluate properly optional dependencies from dependency:resolve execution
  • Before this PR this kind of lines were not evaluated:
[INFO]    org.jenkins-ci.plugins:matrix-auth:jar:1.2:compile (optional) 
[INFO]    org.jenkins-ci.plugins:credentials:jar:2.1.16:compile (optional) 
[INFO]    org.jenkins-ci.plugins:structs:jar:1.7:compile (optional) 
  • After this PR optional dependencies are evaluated on adding/replacing dependencies before testing.

@imonteroperez
Copy link
Contributor Author

PR Builder errors unrelated with this proposal

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

Successfully merging this pull request may close these issues.

3 participants