maven-resolver icon indicating copy to clipboard operation
maven-resolver copied to clipboard

Apache Maven Artifact Resolver

Results 26 maven-resolver issues
Sort by recently updated
recently updated
newest added

This PR is for parallel POM downloading, the idea is a bit different than https://github.com/ibabiankou/maven-resolver/pull/2/files: - only parallelize the VersionRange and ArtifactDesciptor resolution part (poms.xml & maven-metadata.xml downloading in parallel)...

Artifacts are currently only checksum validated via a ProvidedChecksumsSource if they are downloaded from a remote repository. This disables any checksum validation if another project already downloaded a corrupted artifact...

Allow Maven to read provided checksums from files per checksum algorithm. Files are more version control system friendly what improves their existence within projects. Single files are also easier to...

Bumps [jetty-server](https://github.com/eclipse/jetty.project) from 9.4.46.v20220331 to 10.0.10. Release notes Sourced from jetty-server's releases. 10.0.10 Special Thanks to the following Eclipse Jetty community members @​jianglai (Lai Jiang) @​markslater (markslater) @​prenagha (Padraic Renaghan)...

dependencies

Bumps [jetty-http](https://github.com/eclipse/jetty.project) from 9.4.46.v20220331 to 9.4.48.v20220622. Release notes Sourced from jetty-http's releases. 9.4.48.v20220622 End of Life Notice eclipse/jetty.project#7958 - Jetty 9.4.x is now at End of Community Support. (See issue...

dependencies

- bump version to 2.0.0-SNAPSHOT - move to package org.apache.maven.resolver, bump version to 2.0.0

This now fails when building, as 1.8.x breaks vs 1.6.3 (and is ok, this is merely a "demo" that we should integrate)

Simplified adapter creation and now as everything else in resolver, session config properties are used as configuration source, not Java system properties. --- https://issues.apache.org/jira/browse/MRESOLVER-266

The goal is that a subsequent maven build will not touch the jars at all. In order to achieve that, the manifest is build in a separate directory and moved...