Hi @all, is there any chance to tell the assembly plugin to only include dependencies from a defined groupId?
I though of something like this (pseudo-code) :
<assembly>
...
<dependencySet>
<includes>
<include>com.myCompany.*:*</include>
</includes>
</dependencySet>
...
</assembly>
This should result in the following: all dependencies that match the
"com.myCompany"-groupId should be included in the assembly.
Dependencies from all other groupIds should not be considered.
Thanks for any help
Thomas
