elharo commented on pull request #113:
URL:
https://github.com/apache/maven-dependency-plugin/pull/113#issuecomment-717413194
Failures seem real. I can reproduce them locally on my Mac:
[WARNING] Archive entry 'META-INF/' and existing file
'/Users/elharo/maven-dependency-plugin/target/unit-tests/unpack/outputDirectory/META-INF'
names differ only by case. This may lead to an unexpected outcome on
case-insensitive filesystems.
[WARNING] Archive entry 'META-INF/' and existing file
'/Users/elharo/maven-dependency-plugin/target/unit-tests/unpack/outputDirectory/META-INF'
names differ only by case. This may lead to an unexpected outcome on
case-insensitive filesystems.
[ERROR] Tests run: 18, Failures: 2, Errors: 0, Skipped: 0, Time elapsed:
2.136 s <<< FAILURE! - in
org.apache.maven.plugins.dependency.fromConfiguration.TestUnpackMojo
[ERROR]
testUnpackOverWriteReleases(org.apache.maven.plugins.dependency.fromConfiguration.TestUnpackMojo)
Time elapsed: 0.196 s <<< FAILURE!
junit.framework.AssertionFailedError
at
org.apache.maven.plugins.dependency.fromConfiguration.TestUnpackMojo.assertUnpacked(TestUnpackMojo.java:589)
at
org.apache.maven.plugins.dependency.fromConfiguration.TestUnpackMojo.testUnpackOverWriteReleases(TestUnpackMojo.java:501)
[ERROR]
testUnpackOverWriteSnapshot(org.apache.maven.plugins.dependency.fromConfiguration.TestUnpackMojo)
Time elapsed: 0.182 s <<< FAILURE!
junit.framework.AssertionFailedError
at
org.apache.maven.plugins.dependency.fromConfiguration.TestUnpackMojo.assertUnpacked(TestUnpackMojo.java:589)
at
org.apache.maven.plugins.dependency.fromConfiguration.TestUnpackMojo.testUnpackOverWriteSnapshot(TestUnpackMojo.java:522)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]