facebookarchive / swift

An annotation-based Java library for creating Thrift serializable types and services.
Apache License 2.0
900 stars 297 forks source link

Upload nifty 0.15.0 SNAPSHOT to sonatype #231

Closed scottgoldwater closed 9 years ago

scottgoldwater commented 9 years ago

When I try to build a fresh version of the maven project I get this error:

ailed to execute goal on project swift-service: Could not resolve dependencies for project com.facebook.swift:swift-service:jar:0.15.0-SNAPSHOT: The following artifacts could not be resolved: com.facebook.nifty:nifty-client:jar:0.15.0-SNAPSHOT, com.facebook.nifty:nifty-core:jar:0.15.0-SNAPSHOT: Failure to find com.facebook.nifty:nifty-client:jar:0.15.0-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]

When I changed my pom file to use 0.14.0 (which is on sonatype) I no longer have dependency issues.

andrewcox commented 9 years ago

Done. Will look into changing my automated snapshot builds to dump here regularly.