diff --git a/google-cloud-contrib/google-cloud-nio/pom.xml b/google-cloud-contrib/google-cloud-nio/pom.xml index 1b7d488f4bbe..d3dff12d68b4 100644 --- a/google-cloud-contrib/google-cloud-nio/pom.xml +++ b/google-cloud-contrib/google-cloud-nio/pom.xml @@ -1,25 +1,138 @@ 4.0.0 - google-cloud-nio - 0.20.4-alpha-SNAPSHOT + org.broadinstitute + google-cloud-nio-GATK4-custom-patch + 0.20.4-alpha-GCS-RETRY-FIX jar Google Cloud NIO https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-contrib/google-cloud-nio FileSystemProvider for Java NIO to access Google Cloud Storage transparently. + + + garrettjonesgoogle + Garrett Jones + garrettjones@google.com + Google + + Developer + + + + pongad + Michael Darakananda + pongad@google.com + Google + + Developer + + + + shinfan + Shin Fan + shinfan@google.com + Google + + Developer + + + + michaelbausor + Micheal Bausor + michaelbausor@google.com + Google + + Developer + + + + vam-google + Vadym Matsishevskyi + vam@google.com + Google + + Developer + + + + tswast + Tim Swast + tswast@google.com + Google + + Developer + + + + neozwu + Neo Wu + neowu@google.com + Google + + Developer + + + + lesv + Les Vogel + lesv@google.com + Google + + Developer + + + + + Google + + + scm:git:git@github.com:GoogleCloudPlatform/google-cloud.git + scm:git:git@github.com:GoogleCloudPlatform/google-cloud.git + https://github.com/GoogleCloudPlatform/google-cloud + HEAD + + + Travis CI + https://travis-ci.org/GoogleCloudPlatform/google-cloud-java + + + https://github.com/GoogleCloudPlatform/google-cloud-java/issues + GitHub Issues + + + + sonatype-nexus-snapshots + https://oss.sonatype.org/content/repositories/snapshots + + + sonatype-nexus-staging + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + github-pages-site + Deployment through GitHub's site deployment plugin + ${project.version}/ + + + + + Google Cloud Software License + https://raw.githubusercontent.com/GoogleCloudPlatform/google-cloud-java/master/LICENSE + + com.google.cloud google-cloud-contrib - 0.20.4-alpha-SNAPSHOT + 0.20.3-alpha google-cloud-nio - ${project.groupId} + com.google.cloud google-cloud-storage @@ -132,6 +245,82 @@ - + + maven-jar-plugin + 2.6 + + + true + true + + true + true + + + ${project.artifactId} + ${project.groupId} + ${project.version} + ${buildNumber} + + + + + + + test-jar + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + + sign-artifacts + deploy + + sign + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.6 + true + + sonatype-nexus-staging + https://oss.sonatype.org/ + false + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + + jar + + + + +