Yes. I'm looking for a task like `mvn jdb:debug <Class>` that starts a jdb session on <Class>.main().
I can run jdb on individual Java code outside of a Maven structure, but I'm not sure how to inform jdb of Java code in a Maven project, Maven's CLASSPATH handling, etc. etc. On Thu, Oct 10, 2013 at 10:46 AM, Benson Margulies <bimargul...@gmail.com>wrote: > What would that mean? Do you want to execute the program in the debugger? > > On Thu, Oct 10, 2013 at 10:38 AM, Andrew Pennebaker > <apenneba...@42six.com> wrote: > > I'd like to run jdb over some of my classes in a Maven project. Is there > a > > plugin I can drop into my pom.xml? > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org > For additional commands, e-mail: users-h...@maven.apache.org > >