suggest
trademarks

Sonar Plugin bug filed

Posted by John Manko | Posted in Computers & Technology, Java | Posted on 29-07-2011

Filed a bug with Sonar Plugin for Jenkins:

Need a means to set “Project Links” (CI, Issue tracker, Scm) for non-Maven projects

Sonar projects have a “Project Links” section on their configuration page. The links are: Home, Continuous integration, Issue tracker, Sources, and Developer connection. I believe that these are set using POM configuration elements like <url>, <ciManagement>, <issueManagement> and <scm>, etc. For non-Maven projects, there doesn’t appear to be a way to set these in the plug-in section for Jenkins jobs.

View issue here: Need a means to set “Project Links” (CI, Issue tracker, Scm) for non-Maven projects

conditions

Using scp or rsync to sync Netbeans libraries between two machines

Posted by John Manko | Posted in Computers & Technology, Java, Linux | Posted on 21-07-2011

I was (am) in the middle of playing around with Jenkins CI, and I had the need to resolve source code dependencies of supporting libraries.  Currently, my Netbeans based projects don’t use Maven or Ivy (or Gradle), so I have to resolve those dependencies manual.  The first step, however, is getting the libraries on the Jenkins server so I can register them with Jenkins.

Read the rest of this entry »

suggest