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 2019/09/11 19:42:10 UTC

[maven-dependency-plugin] 07/08: Don't replace original author

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-dependency-plugin.git

commit 7b6dbfd646945ef46412391c357bc3b4eb6f3978
Author: Maarten Mulders <ma...@infosupport.com>
AuthorDate: Fri Sep 6 15:32:26 2019 +0200

    Don't replace original author
---
 .../org/apache/maven/plugins/dependency/resolvers/GoOfflineMojo.java     | 1 +
 1 file changed, 1 insertion(+)

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 408f9ab..9309801 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
@@ -36,6 +36,7 @@ import java.util.Set;
 /**
  * Goal that resolves all project dependencies, including plugins and reports and their dependencies.
  *
+ * <a href="mailto:brianf@apache.org">Brian Fox</a>
  * @author Maarten Mulders
  * @since 2.0
  */