↧
Answer by GauravJ for maven build with jenkins not picking up jar from local...
The way you have integrated jenkins with maven is not correct. You have to use either artifactory or nexus, both of them have free versions that are sufficiently good to use. You build your project B...
View Articlemaven build with jenkins not picking up jar from local .m2 repository
I have a jenkins job for building my maven project(say project A) which has a dependency on a jar created by another local project(say project B). The jar is present in my local .m2 repo but Jenkins...
View Article