Hello,
I just downloaded the latest source via git clone and now want to import it into Eclipse using
mvn eclipse:eclipse
I get this error:
Failed to execute goal on project guava: Could not resolve dependencies for project com.google.guava:guava:jar:latest: Failure to find com.google.guava:guava-bootstrap:jar:latest in
http://repo1.maven.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]
Which maven repositories do I have to add to my settings.xml to build Guava from source?
all the best,
Markus