I spent a bit of time trying to figure this out as well, its actually pretty simple. When you run mvn install, it installs that version of jenkins into you local maven "repo" so all you need to do is make sure it has its own version and put that version in your pom.xml for the plugin and it should build and run against the version of jenkins that you built.
Thanks, slide On Mon, Aug 20, 2012 at 9:27 PM, mgimza <[email protected]> wrote: > Hi, > > Any reply would be helpful. > > I have made a slight change to hudson.module.AbstractProject.java in > jenkins-core, and to one of the JAVA files in the plugin > "jenkinsci-throttle-concurrents-builds". > > I have been able to successfully build and debug both separately. > > HOW CAN I NOW BUILD and DEBUG THEM BOTH SUCH THAT I CAN DEBUG MY THE CHANGES > THAT I HAVE MADE IN BOTH? > > I have spent a lot of time reading through the JENKINS WIKI pages and trying > out different strategies, but I have reached a dead-end and need some > advice. > > Thanks in advance, > Mgimza -- Website: http://earl-of-code.com
