[
https://issues.jboss.org/browse/SHRINKRES-140?page=com.atlassian.jira.plu...
]
Andrew Rubinger commented on SHRINKRES-140:
-------------------------------------------
In upstream/SHRINKRES-140, "target/the-other-repository" is never getting
populated with any artifacts (as is the case in master). All tests setting this via:
System.setProperty(MavenSettingsBuilder.ALT_LOCAL_REPOSITORY_LOCATION,
"target/the-other-repository");
...will then fail.
In the working version on master, we *do* have these warnings:
WARNING: Corrupted download of
org/jboss/shrinkwrap/test/test-deps-a/1.0.0/test-deps-a-1.0.0.jar from
file:///home/alr/business/jboss/git/shrinkwrap/resolver/impl-maven/target/repository/.
Reason:
org.sonatype.aether.transfer.ChecksumFailureException: Checksum validation failed, no
checksums available from the repository
I wonder aloud if the upgraded Aether simply is failing the download of these artifacts
into the local repo when there's no checksum available?
Update Aether implementation to org.eclipse.aether one
------------------------------------------------------
Key: SHRINKRES-140
URL:
https://issues.jboss.org/browse/SHRINKRES-140
Project: ShrinkWrap Resolvers
Issue Type: Component Upgrade
Components: impl-maven
Affects Versions: 2.0.0-beta-5
Reporter: Karel Piwko
Assignee: Michal Matloka
Aether is now a part of org.eclipse foundation. We should update to newer version when
they release first stable version.
Update should not affect user at all, it should comprise of replacing imports with new
ones.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira