Hudson can't find local maven repository (including 3rd party jars)
Posted
by MH
on Stack Overflow
See other posts from Stack Overflow
or by MH
Published on 2010-04-09T21:58:07Z
Indexed on
2010/04/09
22:23 UTC
Read the original article
Hit count: 291
Hi all,
I have created a Maven2 project. Everything works fine. Now, I have set up a Hudson project in order to make nightly builds possible. Hudson should check out the current project state from a Subversion repository, run the tests, build the project and deploy everyting to a repository. My Subversion repositroy contains my Maven2 project but no jars located in my local Maven repository (.m2). That's probably why hudson finishes with a failure, saying that some 3rd party jars are't available. Here, I have to say that there are some jars in my local Maven repository (.m2), which aren't available in any Maven repositories. Hence, there is no possibility to download these jars. Has Hudson the ability to connect to the local .m2 repository? Or is there another way to make these jar files available to Hudson?
Thanks a million in advance for your help.
© Stack Overflow or respective owner