We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f164515 commit 4a86976Copy full SHA for 4a86976
src/main/java/org/apache/maven/plugins/dependency/fromConfiguration/UnpackMojo.java
@@ -55,7 +55,9 @@ public class UnpackMojo extends AbstractFromConfigurationMojo {
55
/**
56
* Directory to store flag files after unpack
57
*/
58
- @Parameter(defaultValue = "${project.build.directory}/dependency-maven-plugin-markers")
+ @Parameter(
59
+ property = "markersDirectory",
60
+ defaultValue = "${project.build.directory}/dependency-maven-plugin-markers")
61
private File markersDirectory;
62
63
0 commit comments