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/03/12 23:40:35 UTC

[maven-resolver] branch MRESOLVER-241 updated (aa6fd77 -> a6ee97e)

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

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


    from aa6fd77  Javadoc
     add a6ee97e  Refactor: it is layout matter, does an artifact has checksums or not.

No new revisions were added by this update.

Summary of changes:
 .../eclipse/aether/impl/guice/AetherModule.java    |  5 --
 .../impl/Maven2RepositoryLayoutFactory.java        | 50 ++++++++----
 .../DefaultArtifactChecksumFilterFactory.java      | 90 ----------------------
 .../impl/Maven2RepositoryLayoutFactoryTest.java    |  5 +-
 .../connector/checksum/ArtifactChecksumFilter.java | 44 -----------
 .../checksum/ArtifactChecksumFilterFactory.java    | 36 ---------
 .../spi/connector/layout/RepositoryLayout.java     | 18 +++++
 7 files changed, 55 insertions(+), 193 deletions(-)
 delete mode 100644 maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/checksum/DefaultArtifactChecksumFilterFactory.java
 delete mode 100644 maven-resolver-spi/src/main/java/org/eclipse/aether/spi/connector/checksum/ArtifactChecksumFilter.java
 delete mode 100644 maven-resolver-spi/src/main/java/org/eclipse/aether/spi/connector/checksum/ArtifactChecksumFilterFactory.java