We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04c3216 commit 9902456Copy full SHA for 9902456
src/main/java/org/apache/maven/plugins/dependency/fromDependencies/BuildClasspathMojo.java
@@ -86,7 +86,7 @@ public class BuildClasspathMojo extends AbstractDependencyFilterMojo implements
86
private String prefix;
87
88
/**
89
- * 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.
90
*/
91
@Parameter(property = "mdep.outputProperty")
92
private String outputProperty;
0 commit comments