Hi All, We are currently moving (or at least trying too) from ant to maven. Mostly because we'd really like to solve those nasty classpath issues on different systems. As for compiling the sources everyting looks very promising (no problems so far), but since we are developing rich client applications (swing) I'd like to be able to start my java class from my maven project. We used to have an 'ant run' command and I'd like to know if there is anything similar for maven (2.0). I have seen a scope 'runtime' for dependancies but I am not quite sure it is used for what I have in mind.
Thanks for your help, -Roy
