You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2018/03/04 11:38:48 UTC

[maven-artifact-transfer] branch CODE-IMPROVEMENTS created (now d1f02be)

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

khmarbaise pushed a change to branch CODE-IMPROVEMENTS
in repository https://gitbox.apache.org/repos/asf/maven-artifact-transfer.git.


      at d1f02be  Removed outcommented code.

This branch includes the following new commits:

     new d1f02be  Removed outcommented code.

The 1 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.


-- 
To stop receiving notification emails like this one, please contact
khmarbaise@apache.org.

[maven-artifact-transfer] 01/01: Removed outcommented code.

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

khmarbaise pushed a commit to branch CODE-IMPROVEMENTS
in repository https://gitbox.apache.org/repos/asf/maven-artifact-transfer.git

commit d1f02be249ec27246e4e43aa2e69c9a9680a783c
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sun Mar 4 12:36:23 2018 +0100

    Removed outcommented code.
---
 .../shared/artifact/resolve/ArtifactResolver.java  | 30 ----------------------
 1 file changed, 30 deletions(-)

diff --git a/src/main/java/org/apache/maven/shared/artifact/resolve/ArtifactResolver.java b/src/main/java/org/apache/maven/shared/artifact/resolve/ArtifactResolver.java
index 65fb591..83e2c9e 100644
--- a/src/main/java/org/apache/maven/shared/artifact/resolve/ArtifactResolver.java
+++ b/src/main/java/org/apache/maven/shared/artifact/resolve/ArtifactResolver.java
@@ -51,34 +51,4 @@ public interface ArtifactResolver
     ArtifactResult resolveArtifact( ProjectBuildingRequest buildingRequest, ArtifactCoordinate coordinate )
         throws ArtifactResolverException, IllegalArgumentException;
 
-    // /**
-    // * This will resolve the dependencies of the coordinate, not resolving the the artifact of the coordinate itself.
-    // * If the coordinate needs to be resolved too, use
-    // * {@link #resolveDependencies(ProjectBuildingRequest, Collection, Collection, TransformableFilter)} passing
-    // * {@code Collections.singletonList(coordinate)}
-    // *
-    // * @param buildingRequest {@link ProjectBuildingRequest}
-    // * @param coordinate {@link ArtifactCoordinate}
-    // * @param filter {@link TransformableFilter}
-    // * @return the resolved dependencies.
-    // * @throws ArtifactResolverException in case of an error.
-    // */
-    // Iterable<ArtifactResult> resolveDependencies( ProjectBuildingRequest buildingRequest, ArtifactCoordinate
-    // coordinate,
-    // TransformableFilter filter )
-    // throws ArtifactResolverException;
-    //
-    // /**
-    // * @param buildingRequest the project building request, never {@code null}
-    // * @param dependencies the dependencies to resolve, never {@code null}
-    // * @param managedDependencies managed dependencies, can be {@code null}
-    // * @param filter a filter, can be {@code null}
-    // * @return the resolved dependencies.
-    // * @throws ArtifactResolverException in case of an error.
-    // */
-    // Iterable<ArtifactResult> resolveDependencies( ProjectBuildingRequest buildingRequest,
-    // Collection<Dependency> dependencies,
-    // Collection<Dependency> managedDependencies,
-    // TransformableFilter filter )
-    // throws ArtifactResolverException;
 }

-- 
To stop receiving notification emails like this one, please contact
khmarbaise@apache.org.