Description
Perhaps there is another solution that I'm overlooking, and if so... I apologize, but in the dependency-maven-plugin's dependency:unpack goal, it would be quite convenient to have an option to have an includes/excludes capability which did pattern matched unpack resolutions. I.E. :
<!-- files I'd like to unpack -->
<includes>
<include>*.class</include>
</includes>
<excludes>
<exclude>*.html</exclude>
</excludes>
Attachments
Attachments
Issue Links
- is related to
-
MASSEMBLY-155 Ability to filter unpacked content in the assembly
- Closed
- relates to
-
MDEP-288 The includes/excludes feature on the dependency:unpack goal does not work for artifacts of type tar.gz
- Closed