maven-dependency-plugin icon indicating copy to clipboard operation
maven-dependency-plugin copied to clipboard

Fix - markersDirectory is not working when unpack goal is executed from command line

Open vaibhavbatra15 opened this issue 8 months ago • 2 comments

fixes #536

Property attribute is missing in @Parameter annotation from markersDirectory attribute in UnpackMojo due to which its not working from command line.

vaibhavbatra15 avatar Jun 14 '25 22:06 vaibhavbatra15

@elharo Can you point me to any existing integration test written in this project? I can refer that and write test on similar lines.

vaibhavbatra15 avatar Jun 21 '25 13:06 vaibhavbatra15

see https://github.com/apache/maven-dependency-plugin/tree/master/src/it

elharo avatar Jun 21 '25 14:06 elharo