Like
- mvn exec:java -Dexec.mainClass="packageName.class"
- mvn -Dtest="className#method"
Does the above commands works or there any alternative commands on the maven generated target/jarFile ?
Couldnt find searching for such commands to run junits on the maven generated jar without applying maven plugins on the pom