Michael Osipov
Michael Osipov
> > > As mentioned by Jason, please don't touch old ITs. Better to copy it and adjust the mavenranges for both. That's probably the way even if it means...
I have uploaded a squash branch, will tests again..
> > > Using https://github.com/apache/maven-integration-testing, I confirmed test failure > testmng5175_ReadTimeOutFromSettings > > > Better to copy it and adjust the mavenranges for both. > > I'll follow that. I...
Here is the next problem: IT for MNG-3470 fails, see http://home.apache.org/~michaelo/issues/MNG-6732/IT-3470/. The checksum validation is ignored because the `ChecksumFailureException` is wrapped inside an `ArtifactTransferException`. The problem is even if we...
> > > > I believe that the current code is broken and your PR simply reveals this bug. > > I agree. The policy for the artifact should not...
> > > How about adding if statement for IGNORE_INVALID? (I'll do experiment next week) I did that: ```patch diff --git a/maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/DefaultArtifactDescriptorReader.java b/maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/DefaultArtifactDescriptorReader.java index 0e9a5745e..da13f363d 100644 --- a/maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/DefaultArtifactDescriptorReader.java +++ b/maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/DefaultArtifactDescriptorReader.java...
Go to the interpolated IT directory in core-it-suite/target, use the args from the IT class and pass them to `mvnDebug`.
@rfscholte We have more serious problems that introducing fancy Java 8 features.
I consider it barely realistic to remove SLF4J API in Core and replace it with something else. All components will fail anyway, Wagon, SCM, Shared, etc. This is just too...
This does not incur a model change, does it?