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

Purge locally installed upstream modules when using loose app #1207

Merged
merged 4 commits into from
Jul 19, 2021

Conversation

ericglau
Copy link
Contributor

@ericglau ericglau commented Jul 19, 2021

Purge locally installed upstream modules when using loose app, otherwise if the upstream module has compilation errors in the user's workspace, Maven will use the dependency from .m2 to handle compilations for downstream modules and allow them to pass (even though they should not pass).

Fixes #1201

@ericglau ericglau merged commit 0ea80c2 into OpenLiberty:main Jul 19, 2021
jjiwooLim pushed a commit to jjiwooLim/ci.maven that referenced this pull request Sep 2, 2021
…berty#1207)

* Purge module from local repo before build

* Add ITs for upstream installed module

* Run dependency plugin for current project
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.

Dev mode does not show errors if upstream module already installed in .m2
2 participants