Hello everyone. Is there any maven plugin for running standalone applications via public static void main(String[] args) method? It should construct classloader from dependencies and allow to specify arguments to main(String[] args) method.
If there isn't, I'd like to create one.
