Could not find this question so probably I'm missing something here.
I added Unit tests to my project (written via Intellij). I added some resources - files which are quite big (1.5 mb) which are the expected result of my tests. Its seems to me not reasonable to add them to the jar that i ship to the customer. Isnt there a way to exclude everything which is related to Junit from the jar that i build?