I\'ve got an issue with a maven project where I am distributing dlls from the src/main/resources/lib folder.
The project is built as a single jar with dependencies
This part:
${basedir}/src/main/resources/lib false
Should be under under the section like this:
${basedir}/src/main/resources/lib false ...