21
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.




