From 0f3813e41c8004e994fac31569b2411bb8eb047f Mon Sep 17 00:00:00 2001 From: Jeff Ching Date: Thu, 2 Apr 2020 11:01:06 -0700 Subject: [PATCH] chore: remove samples pom.xml files (#123) We don't plan to write or need samples for this artifact. --- samples/install-without-bom/pom.xml | 84 ----------------------------- samples/pom.xml | 56 ------------------- samples/snapshot/pom.xml | 83 ---------------------------- samples/snippets/pom.xml | 60 --------------------- synth.py | 1 + 5 files changed, 1 insertion(+), 283 deletions(-) delete mode 100644 samples/install-without-bom/pom.xml delete mode 100644 samples/pom.xml delete mode 100644 samples/snapshot/pom.xml delete mode 100644 samples/snippets/pom.xml diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml deleted file mode 100644 index 4c8f44c1..00000000 --- a/samples/install-without-bom/pom.xml +++ /dev/null @@ -1,84 +0,0 @@ - - - 4.0.0 - com.google.cloud - google-cloud-shared-config-install-without-bom - jar - Google Google Cloud Shared Build Configs Install Without Bom - https://github.com/googleapis/java-shared-config - - - - com.google.cloud.samples - shared-configuration - 1.0.14 - - - - 1.8 - 1.8 - UTF-8 - - - - - - - google-cloud-shared-config - google-cloud-shared-config - - - - - - junit - junit - 4.13 - test - - - com.google.truth - truth - 1.0.1 - test - - - - - - - - org.codehaus.mojo - build-helper-maven-plugin - 3.1.0 - - - add-snippets-source - - add-source - - - - ../snippets/src/main/java - - - - - add-snippets-tests - - add-test-source - - - - ../snippets/src/test/java - - - - - - - - diff --git a/samples/pom.xml b/samples/pom.xml deleted file mode 100644 index 1ac89708..00000000 --- a/samples/pom.xml +++ /dev/null @@ -1,56 +0,0 @@ - - - 4.0.0 - com.google.cloud - google-cloud-google-cloud-shared-config-samples - 0.0.1-SNAPSHOT - pom - Google Google Cloud Shared Build Configs Samples Parent - https://github.com/googleapis/java-shared-config - - Java idiomatic client for Google Cloud Platform services. - - - - - com.google.cloud.samples - shared-configuration - 1.0.14 - - - - 1.8 - 1.8 - UTF-8 - - - - install-without-bom - snapshot - snippets - - - - - - org.apache.maven.plugins - maven-deploy-plugin - 2.8.2 - - true - - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.8 - - true - - - - - diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml deleted file mode 100644 index dc262caa..00000000 --- a/samples/snapshot/pom.xml +++ /dev/null @@ -1,83 +0,0 @@ - - - 4.0.0 - com.google.cloud - google-cloud-shared-config-snapshot - jar - Google Google Cloud Shared Build Configs Snapshot Samples - https://github.com/googleapis/java-shared-config - - - - com.google.cloud.samples - shared-configuration - 1.0.14 - - - - 1.8 - 1.8 - UTF-8 - - - - - - google-cloud-shared-config - google-cloud-shared-config - - - - - junit - junit - 4.13 - test - - - com.google.truth - truth - 1.0.1 - test - - - - - - - - - org.codehaus.mojo - build-helper-maven-plugin - 3.1.0 - - - add-snippets-source - - add-source - - - - ../snippets/src/main/java - - - - - add-snippets-tests - - add-test-source - - - - ../snippets/src/test/java - - - - - - - - \ No newline at end of file diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml deleted file mode 100644 index 9af3d027..00000000 --- a/samples/snippets/pom.xml +++ /dev/null @@ -1,60 +0,0 @@ - - - 4.0.0 - com.google.cloud - google-cloud-shared-config-snippets - jar - Google Google Cloud Shared Build Configs Snippets - https://github.com/googleapis/java-shared-config - - - - com.google.cloud.samples - shared-configuration - 1.0.14 - - - - 1.8 - 1.8 - UTF-8 - - - - - - - - com.google.cloud - libraries-bom - - pom - import - - - - - - - google-cloud-shared-config - google-cloud-shared-config - - - - - junit - junit - 4.13 - test - - - com.google.truth - truth - 1.0.1 - test - - - diff --git a/synth.py b/synth.py index 7656b891..d5717dc9 100644 --- a/synth.py +++ b/synth.py @@ -21,5 +21,6 @@ java.common_templates(excludes=[ "README.md", ".github/release-please.yml", + "samples/*" ])