External references, such as a standards document, or specification?
http://repo2.maven.org/maven2/com/google/api-client/google-api-client-parent/1.1
4.1-beta/google-api-client-parent-1.14.1-beta.pom
http://repo2.maven.org/maven2/com/google/google/5/google-5.pom
http://repo2.maven.org/maven2/com/google/guava/guava-parent/14.0.1/guava-parent-
14.0.1.pom
http://repo2.maven.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
Java environments (e.g. Java 6, Android 2.3, App Engine, or All)?
Maven
Please describe the feature requested.
There is demand from early adopters for certain features that are under
development but haven't released yet. We should support them by uploading
early snapshot builds to Sonatype. Currently our snapshot repo that we've
inherited from the "google" artifact is:
<snapshotRepository>
<id>google-snapshots</id>
<name>Google Maven Snapshot Repository</name>
<url>
http://oss.sonatype.org/content/repositories/google-snapshots/
</url>
</snapshotRepository>
but apparently that's not correct. Instead, we should inherit it from the
"oss-parent" artifact:
<snapshotRepository>
<id>sonatype-nexus-snapshots</id>
<name>Sonatype Nexus Snapshots</name>
<url>${sonatypeOssDistMgmtSnapshotsUrl}</url>
</snapshotRepository>
<sonatypeOssDistMgmtSnapshotsUrl>
https://oss.sonatype.org/content/repositories/snapshots/
</sonatypeOssDistMgmtSnapshotsUrl>
This follows what Guava is doing.
Original issue reported on code.google.com by ngmic...@google.com on 26 Mar 2013 at 4:40
Original issue reported on code.google.com by
ngmic...@google.com
on 26 Mar 2013 at 4:40