Skip to content

Commit 4a86976

Browse files
vaibhavbatra15slawekjaranowski
authored andcommitted
Fix - markersDirectory is not working when unpack goal is executed from command line #536
1 parent f164515 commit 4a86976

File tree

1 file changed

+3
-1
lines changed
  • src/main/java/org/apache/maven/plugins/dependency/fromConfiguration

1 file changed

+3
-1
lines changed

src/main/java/org/apache/maven/plugins/dependency/fromConfiguration/UnpackMojo.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ public class UnpackMojo extends AbstractFromConfigurationMojo {
5555
/**
5656
* Directory to store flag files after unpack
5757
*/
58-
@Parameter(defaultValue = "${project.build.directory}/dependency-maven-plugin-markers")
58+
@Parameter(
59+
property = "markersDirectory",
60+
defaultValue = "${project.build.directory}/dependency-maven-plugin-markers")
5961
private File markersDirectory;
6062

6163
/**

0 commit comments

Comments
 (0)