You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by cs...@apache.org on 2022/04/22 13:25:17 UTC

[maven-resolver] branch dynamic-lrm updated (a206e3e2 -> 0db93f4f)

This is an automated email from the ASF dual-hosted git repository.

cstamas pushed a change to branch dynamic-lrm
in repository https://gitbox.apache.org/repos/asf/maven-resolver.git


    from a206e3e2 Be consistent: support abstract class implements iface it supports
     add 20844c24 Make method imple be same, change remote order.
     add 0db93f4f Add test and fix metadata snapshot detection

No new revisions were added by this update.

Summary of changes:
 .../eclipse/aether/artifact/AbstractArtifact.java  |   7 +-
 .../DefaultLocalPathPrefixComposerFactory.java     |  36 ++--
 .../LocalPathPrefixComposerFactorySupport.java     |  20 +-
 .../DefaultLocalPathPrefixComposerFactoryTest.java | 229 +++++++++++++++++++++
 4 files changed, 274 insertions(+), 18 deletions(-)
 create mode 100644 maven-resolver-impl/src/test/java/org/eclipse/aether/internal/impl/DefaultLocalPathPrefixComposerFactoryTest.java