You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 10, 2023. It is now read-only.
> cd ~
> virtualenv test
> cd test
> source bin/activate
> pip install google-apis-client-generator
> curl -o discovery.json "https://monitoring.googleapis.com/\$discovery/rest?version=v3"
> generate_library --input=discovery.json --language=java --output_dir=monitoring-client-library
> mkdir repo
> cd monitoring-client-library
> mvn deploy -DaltDeploymentRepository=snapshot-repo::default::file:///$HOME/test/repo/
The error I get is [ERROR] Failed to execute goal on project google-api-services-monitoring: Could not resolve dependencies for project com.google.apis:google-api-services-monitoring:jar:v3-rev20171115-1.22.0-SNAPSHOT: Failure to find com.google.api-client:google-api-client:jar:1.22.0-SNAPSHOT in https://oss.sonatype.org/content/repositories/snapshots was cached in the local repos