From d3e1b57a7d1b20e3cd5f8b79af6f6f6280a05954 Mon Sep 17 00:00:00 2001 From: kohsuke Date: Mon, 17 Nov 2008 19:45:16 +0000 Subject: [PATCH] doc improvement git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@13286 71c3de6d-444a-0410-be80-ed276b4c234a --- core/src/main/java/hudson/maven/RedeployPublisher.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/src/main/java/hudson/maven/RedeployPublisher.java b/core/src/main/java/hudson/maven/RedeployPublisher.java index 0b6b547669..21ba59b2bf 100644 --- a/core/src/main/java/hudson/maven/RedeployPublisher.java +++ b/core/src/main/java/hudson/maven/RedeployPublisher.java @@ -28,6 +28,9 @@ import java.io.IOException; * @since 1.191 */ public class RedeployPublisher extends Publisher { + /** + * Repository ID. This is matched up with ~/.m2/settings.xml for authentication related information. + */ public final String id; /** * Repository URL to deploy artifacts to. -- GitLab