I have a project with src/main/java and src/test/java structure, and I managed to use maven-jar-plugin to build a jar of the test branch. However, I want to package the test
to include a test-jar dependency in your assembly specify the include filter of the assembly debendencySet as bellow:
... / *:jar:* *:test-jar:* ...