From 9b5467ee7c2ffb9a2df127193a43cafc9f3159f8 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 Better description of the parameter 'outputProperty'. --- .../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 8424f7084..df896f8ce 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 @@ -87,7 +87,7 @@ public class BuildClasspathMojo extends AbstractDependencyFilterMojo implements private String prefix; /** - * A property to set to the content of the classpath string. + * If defined, this property is set to the classpath string. */ @Parameter(property = "mdep.outputProperty") private String outputProperty;