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

CachingProjectBuilder ignored #72

Closed
ppalaga opened this issue Sep 29, 2020 · 0 comments · Fixed by #73
Closed

CachingProjectBuilder ignored #72

ppalaga opened this issue Sep 29, 2020 · 0 comments · Fixed by #73
Milestone

Comments

@ppalaga
Copy link
Contributor

ppalaga commented Sep 29, 2020

Our CachingProjectBuilder is ignored. The default Maven's cache-all-forever DefaultProjectBuilder is being picked instead. As a consequence of that, e.g. the changes in BoM are ignored (see #9 ).

The cause is that our distro contains many libs in lib/ext that are available also in lib, among others maven-core that brings DefaultProjectBuilder - that's why DefaultProjectBuilder wins. The solution is to remove all duplicates from lib/ext.

A PR follows.

ppalaga added a commit to ppalaga/mvnd that referenced this issue Sep 29, 2020
@ppalaga ppalaga added this to the 0.0.6 milestone Oct 19, 2020
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 a pull request may close this issue.

1 participant