vasco / google-apis-client-generator

Automatically exported from code.google.com/p/google-apis-client-generator
0 stars 0 forks source link

Cannot build generated Java library because of unpublished -SNAPSHOT dependencies #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. sudo pip install google-apis-client-generator
2. generate a Java library for an API
3. mvn compile the generated code

What is the expected output? What do you see instead?

The build should work. The result is as follows:

[ERROR] Failed to execute goal on project api: Could not resolve dependencies 
for project com.strava:api:jar:v3-SNAPSHOT: Failure to find 
com.google.api-client:google-api-client:jar:1.17.0-rc-SNAPSHOT in 
https://oss.sonatype.org/content/repositories/snapshots was cached in the local 
repository, resolution will not be reattempted until the update interval of 
sonatype-nexus-snapshots has elapsed or updates are forced -> [Help 1]

What version of the product are you using? On what operating system?

This is happening using a fresh install of the client code generator on a clean 
machine.

Please provide any additional information below.

Original issue reported on code.google.com by jsill...@gmail.com on 6 Nov 2013 at 10:34