Is there a way to run individual class files with help from maven. For
instance I want to run the main method in one of my classes but the
best I can do is use the java command from my jvm and add all my
libraries inside ~/.m2/repository  to the classpath by hand. Can maven
automate this? I know I can make a .jar with dependencies and a main
class, but that isn't very convenient for development.

Thanks,

Frank

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to