Where do I get the google artifact from?
So I'm trying to build guava from source with开发者_开发问答 maven2 but it seems to need the 'google' artifact as parent. Where is the upstream website of this artifact? (yes, I need the source, not just the artifact).
The guava-parent artifact is in the main source repo for guava under maven/pom.xml
Just do "mvn -N install" from the maven directory and you'll have it in your local repo. Having said that, it should have automatically picked it up - I'll check out a fresh workspace with an empty local repository and make sure the main guava project will automatically find the parent pom.
精彩评论