Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] Hudson job keeps rebuilding

2012/2/27 Bob Brodt <bbrodt@xxxxxxxxxx>
Thanks Matthias, but I can't figure out the workaround. Where does hudson create the .m2/repository? Is this something I can fix from an ssh shell or do I need to send a request to webmaster?

if you selected the option "Use a private maven repository" in your job's configuration
you can fix this on your own by wiping the workspace. If not, switch this option on
and rerun the build in order to use this new private maven repository. The shared
maven repository can only be fixed by webmaster, that's why most projects use
job-local private maven repositories.

--
Matthias

Back to the top