Hi all , I'm digging into the Jenkins project, and I like it (thanks Kohsuke and the community). I'm using the Eclipse IDE and I succeed to make break points into a plugin and debug it. I used this tutorial to do it http://docs.codehaus.org/display/JETTY/Debugging+with+the+Maven+Jetty+Plugin+inside+Eclipse , it 's based on jetty maven plugin but the same is applicable for the hpi maven plugin (replace jetty:run with hpi:run).I'm wondering if there is a method that let me use the Jenkins core source code (adding it in the plugin classpath as a project or something similar) , I now that the hpi plugin is getting the Jenkins core jar from the maven repository , I want to know if anyone tried a work around to use the source instead of the jar.
Regards. Ghassen
