Dear All:
I am interested in the following potential functionality in Maven.
I have one Java VM running that has a static method in a class that I'd like to invoke.
I run Maven, and would like to invoke this method.
One alternative is to use the following API somehow from a plug-in: Java Debug Interface http://download.oracle.com/javase/1.4.2/docs/guide/jpda/jdi/index.html
Any ideas?
Thank you Misha