I have created a maven project, and inside src/test/java folder
, I've created test classes.
I want to add test classes into my jar file (using maven), and after this, I want to run one of these test classes from command line (using the generated jar file).
Thank you in advance.