I'm having this problem again. I have a new version of a parent pom, a snapshot version if that matters. It is in Nexus, and from my local command line environment, the parent pom is resolved when I build the child. When the child builds in Hudson, it can't find the parent pom during the parsing phase . . .
Earlier on this thread someone suggested clearing the repository, since the -U doesn't work during the Hudson parsing phase . . . my project is configured to use a private repository , but I don't see any way of clearing that repository. How would I do that? > -----Original Message----- > From: jenkinsci-users@googlegroups.com [mailto:jenkinsci- > us...@googlegroups.com] On Behalf Of Davis, Chad > Sent: Wednesday, August 08, 2012 8:47 AM > To: jenkinsci-users@googlegroups.com > Subject: RE: Cannot find parent pom, but it IS there > > > > In old versions of Jenkins/Hudson, the -U flag is not used for the POM > parsing step (although it is used for the build step) leading to > inconsistencies > depending on the state of > your local repository. > > > > My projects use a private repository, if that matters. Isn't there anyway to > set this to be cleaned for each build? IT seems like it would be a necessity > . . .