You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
maven-conf-ignore-ext IT is wrong: maven.conf where ignore is, is not observed by mvnd. Also local repository will show that extension foo:bar is attempted to resolve, but naturally unsuccessfully
this means that mvnd happily goes along instead to fail (as it failed to resolve the extension)
Yes, the problem is here:
maven-mvnd/daemon-m40/src/main/java/org/apache/maven/cli/DaemonMavenCli.java
Line 699 in dc4179f
maven-mvnd/daemon-m39/src/main/java/org/apache/maven/cli/DaemonMavenCli.java
Line 615 in dc4179f
A failure to resolve the extension simply prints a warning and ignore.... That should be fixed.
Originally posted by @gnodet in #953 (comment)
The text was updated successfully, but these errors were encountered: