Skip to content
This repository has been archived by the owner on Dec 9, 2018. It is now read-only.

Fixes #1948 updated to latest m2e framework results in endlessly building project #1949

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rotty3000
Copy link
Contributor

No description provided.

…ding project

Signed-off-by: Raymond Auge <raymond.auge@liferay.com>
@@ -125,7 +125,7 @@ public AbstractBuildParticipant getBuildParticipant(final IMavenProjectFacade pr

if (imarkers != null && Arrays.stream(imarkers)
.map(m -> m.getAttribute(IMarker.SEVERITY, IMarker.SEVERITY_INFO))
.anyMatch(s -> s == IMarker.SEVERITY_ERROR)) {
.anyMatch(s -> s >= IMarker.SEVERITY_WARNING)) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @rotty3000 does this mean that it won't perform jar:jar if there are java warnings, like unused vars, etc?

@bjhargrave bjhargrave changed the title Fixes #1948 updated to latest m3e framework results in endlessly building project Fixes #1948 updated to latest m2e framework results in endlessly building project Dec 7, 2018
@gamerson
Copy link
Contributor

gamerson commented Dec 7, 2018

hey @rotty3000 can you show me a reproducible test case and maybe I could have a look? This fix seems it may be papering over something important.

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

Successfully merging this pull request may close these issues.

None yet

2 participants