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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4ed696e0 Add Javadoc 'author' tag to prevent dangling contributor name
4ed696e0 is described below

commit 4ed696e06d03486a17d9604d46697fc6b357b8ef
Author: Maarten Mulders <[email protected]>
AuthorDate: Sat Jun 24 14:35:14 2023 +0200

    Add Javadoc 'author' tag to prevent dangling contributor name
---
 .../org/apache/maven/plugins/dependency/resolvers/GoOfflineMojo.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/maven/plugins/dependency/resolvers/GoOfflineMojo.java
 
b/src/main/java/org/apache/maven/plugins/dependency/resolvers/GoOfflineMojo.java
index 2fc6d8f8..1bc3e4d7 100644
--- 
a/src/main/java/org/apache/maven/plugins/dependency/resolvers/GoOfflineMojo.java
+++ 
b/src/main/java/org/apache/maven/plugins/dependency/resolvers/GoOfflineMojo.java
@@ -41,7 +41,7 @@ import 
org.apache.maven.shared.transfer.dependencies.resolve.DependencyResolverE
 /**
  * Goal that resolves all project dependencies, including plugins and reports 
and their dependencies.
  *
- * <a href="mailto:[email protected]";>Brian Fox</a>
+ * @author <a href="mailto:[email protected]";>Brian Fox</a>
  * @author Maarten Mulders
  * @since 2.0
  */

Reply via email to