From 9902456ae515769daa6068a278267c62fb300e67 Mon Sep 17 00:00:00 2001 From: Florian Lindermaier Date: Sun, 15 Jan 2023 11:53:42 +0100 Subject: [PATCH] [MDEP-669] Optimize the documentation of of build-classpath mojo Co-authored-by: Elliotte Rusty Harold This closes #283 --- .../plugins/dependency/fromDependencies/BuildClasspathMojo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/maven/plugins/dependency/fromDependencies/BuildClasspathMojo.java b/src/main/java/org/apache/maven/plugins/dependency/fromDependencies/BuildClasspathMojo.java index 57c0d9c4d..698c2739e 100644 --- a/src/main/java/org/apache/maven/plugins/dependency/fromDependencies/BuildClasspathMojo.java +++ b/src/main/java/org/apache/maven/plugins/dependency/fromDependencies/BuildClasspathMojo.java @@ -86,7 +86,7 @@ public class BuildClasspathMojo extends AbstractDependencyFilterMojo implements private String prefix; /** - * A property to set to the content of the classpath string. + * If defined, the name of a property to which the classpath string will be written. */ @Parameter(property = "mdep.outputProperty") private String outputProperty;