Skip to content

Commit 9902456

Browse files
florianlimichael-o
authored andcommitted
[MDEP-669] Optimize the documentation of <outputProperty> of build-classpath mojo
Co-authored-by: Elliotte Rusty Harold <elharo@apache.org> This closes #283
1 parent 04c3216 commit 9902456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/maven/plugins/dependency/fromDependencies/BuildClasspathMojo.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public class BuildClasspathMojo extends AbstractDependencyFilterMojo implements
8686
private String prefix;
8787

8888
/**
89-
* A property to set to the content of the classpath string.
89+
* If defined, the name of a property to which the classpath string will be written.
9090
*/
9191
@Parameter(property = "mdep.outputProperty")
9292
private String outputProperty;

0 commit comments

Comments
 (0)