You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2020/12/02 19:02:07 UTC

[maven] branch master updated (b6cf710 -> 2bdc0c5)

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

rfscholte pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git.


    from b6cf710  [MNG-7042] Upgrade Maven Wagon to 3.4.2
     add d8ad76b  [MNG-5728] Switch the default checksum policy from "warn" to "fail"
     new 06c3217  Merge branch 'MNG-5728' of https://gitbox.apache.org/repos/asf/maven
     new 26f1e81  Merge branch 'master' of https://gitbox.apache.org/repos/asf/maven
     new 2bdc0c5  remove unused imports

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../repository/ArtifactRepositoryPolicy.java       |  4 +++-
 .../AbstractArtifactComponentTestCase.java         | 25 ++++++++++++++++++++++
 .../repository/legacy/DefaultWagonManagerTest.java |  5 +++++
 .../apache/maven/bridge/MavenRepositorySystem.java | 22 +++++++++----------
 maven-model/src/main/mdo/maven.mdo                 |  7 +++---
 .../internal/ArtifactDescriptorUtils.java          | 18 +++++++++++++++-
 6 files changed, 64 insertions(+), 17 deletions(-)


[maven] 02/03: Merge branch 'master' of https://gitbox.apache.org/repos/asf/maven

Posted by rf...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rfscholte pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git

commit 26f1e817449a97af5cea35183494df45c05a03fd
Merge: 06c3217 b6cf710
Author: rfscholte <rf...@apache.org>
AuthorDate: Wed Dec 2 19:58:23 2020 +0100

    Merge branch 'master' of https://gitbox.apache.org/repos/asf/maven

 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[maven] 01/03: Merge branch 'MNG-5728' of https://gitbox.apache.org/repos/asf/maven

Posted by rf...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rfscholte pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git

commit 06c32178993e7e6ecee487831873a5e568b4643a
Merge: b24c34b d8ad76b
Author: rfscholte <rf...@apache.org>
AuthorDate: Wed Dec 2 19:57:23 2020 +0100

    Merge branch 'MNG-5728' of https://gitbox.apache.org/repos/asf/maven

 .../repository/ArtifactRepositoryPolicy.java       |  4 +++-
 .../AbstractArtifactComponentTestCase.java         | 28 ++++++++++++++++++++++
 .../repository/legacy/DefaultWagonManagerTest.java |  5 ++++
 .../apache/maven/bridge/MavenRepositorySystem.java | 22 ++++++++---------
 maven-model/src/main/mdo/maven.mdo                 |  7 +++---
 .../internal/ArtifactDescriptorUtils.java          | 18 +++++++++++++-
 6 files changed, 67 insertions(+), 17 deletions(-)


[maven] 03/03: remove unused imports

Posted by rf...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rfscholte pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git

commit 2bdc0c5424dd4210c9654366c171db2d5ebea3a1
Author: rfscholte <rf...@apache.org>
AuthorDate: Wed Dec 2 20:01:55 2020 +0100

    remove unused imports
---
 .../org/apache/maven/artifact/AbstractArtifactComponentTestCase.java   | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/maven-compat/src/test/java/org/apache/maven/artifact/AbstractArtifactComponentTestCase.java b/maven-compat/src/test/java/org/apache/maven/artifact/AbstractArtifactComponentTestCase.java
index 20054b5..ab59ae6 100644
--- a/maven-compat/src/test/java/org/apache/maven/artifact/AbstractArtifactComponentTestCase.java
+++ b/maven-compat/src/test/java/org/apache/maven/artifact/AbstractArtifactComponentTestCase.java
@@ -39,7 +39,6 @@ import org.eclipse.aether.collection.DependencySelector;
 import org.eclipse.aether.collection.DependencyTraverser;
 import org.eclipse.aether.internal.impl.SimpleLocalRepositoryManagerFactory;
 import org.eclipse.aether.repository.LocalRepository;
-import org.eclipse.aether.spi.connector.layout.RepositoryLayout;
 import org.eclipse.aether.util.graph.manager.ClassicDependencyManager;
 import org.eclipse.aether.util.graph.selector.AndDependencySelector;
 import org.eclipse.aether.util.graph.selector.ExclusionDependencySelector;
@@ -65,8 +64,6 @@ import java.security.MessageDigest;
 import java.util.ArrayList;
 import java.util.List;
 
-import javax.xml.bind.DatatypeConverter;
-
 /**
  * @author <a href="mailto:jason@maven.org">Jason van Zyl </a>
  */