You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/12/26 20:28:03 UTC

[maven-dependency-plugin] 01/01: remove Javadoc that has no method

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

elharo pushed a commit to branch weird
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git

commit 8c32dd9830e56980ec38df62e541364899f6bf73
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Sat Dec 26 15:27:50 2020 -0500

    remove Javadoc that has no method
---
 .../plugins/dependency/resolvers/AbstractResolveMojo.java  | 14 ++------------
 1 file changed, 2 insertions(+), 12 deletions(-)

diff --git a/src/main/java/org/apache/maven/plugins/dependency/resolvers/AbstractResolveMojo.java b/src/main/java/org/apache/maven/plugins/dependency/resolvers/AbstractResolveMojo.java
index a83e253..3b65171 100644
--- a/src/main/java/org/apache/maven/plugins/dependency/resolvers/AbstractResolveMojo.java
+++ b/src/main/java/org/apache/maven/plugins/dependency/resolvers/AbstractResolveMojo.java
@@ -45,8 +45,8 @@ public abstract class AbstractResolveMojo
     extends AbstractDependencyFilterMojo
 {
     /**
-     * If specified, this parameter will cause the dependencies to be written to the path specified, instead of writing
-     * to the console.
+     * If specified, this parameter causes the dependencies to be written to the path specified instead of
+     * the console.
      *
      * @since 2.0
      */
@@ -54,16 +54,6 @@ public abstract class AbstractResolveMojo
     protected File outputFile;
 
     /**
-     * This method resolves the dependency artifacts from the project.
-     *
-     * @param theProject The POM.
-     * @return resolved set of dependency artifacts.
-     * @throws ArtifactResolutionException
-     * @throws ArtifactNotFoundException
-     * @throws InvalidDependencyVersionException
-     */
-
-    /**
      * Whether to append outputs into the output file or overwrite it.
      *
      * @since 2.2