I was wondering if it is possible to "package in" dependencies while using mvn compile.
When I do compile my program with mvn install I do get clean and great result as expected, but after I package it into .jar suddenly I get missing classes exceptions.
I have read that it may be caused by differences in build and package class paths but I am unable to fix it.
Thanks a lot.