My build is failing with this error message (corporate stuff crossed out):
[ERROR] Failed to execute goal on project XXXX: Could not resolve dependencies for project XXXX: The following artifacts could not be resolved: com.github.chrisbanes.actionbarpulltorefresh:library:jar:0.9.3, com.github.castorflex.smoothprogressbar:library:jar:0.2.0: Cannot access XXXX-release (http://repo.XXXX.corp/main/repo) in offline mode and the artifact com.github.chrisbanes.actionbarpulltorefresh:library:jar:0.9.3 has not been downloaded from it before. -> [Help 1]
The funny thing is that actionbarpulltorefresh
is not a dependency of this project. I double-checked and the string appears nowhere in the directory. It's a dependency of another project I built a couple of days ago, but not this one. It's also not mentioned in my users's settings.xml file, or anywhere in .m2 except that it's actually installed there.
Where could that error possibly be coming from?