From 4b661edf0a0ebdc16f87dcc983f100e3b2e8f70a Mon Sep 17 00:00:00 2001 From: Jeff Ching Date: Fri, 3 Apr 2020 08:26:05 -0700 Subject: [PATCH] chore: remove samples pom.xml files (#200) We don't plan to write or need samples for this repository. --- 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 981629e6a5..0000000000 --- a/samples/install-without-bom/pom.xml +++ /dev/null @@ -1,84 +0,0 @@ - - - 4.0.0 - com.google.cloud - google-cloud-core-install-without-bom - jar - Google Google Cloud Core Install Without Bom - https://github.com/googleapis/java-core - - - - com.google.cloud.samples - shared-configuration - 1.0.14 - - - - 1.8 - 1.8 - UTF-8 - - - - - - - com.google.cloud - google-cloud-core - - - - - - 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 1b73180417..0000000000 --- a/samples/pom.xml +++ /dev/null @@ -1,56 +0,0 @@ - - - 4.0.0 - com.google.cloud - google-cloud-google-cloud-core-samples - 0.0.1-SNAPSHOT - pom - Google Google Cloud Core Samples Parent - https://github.com/googleapis/java-core - - 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 df92eb7bef..0000000000 --- a/samples/snapshot/pom.xml +++ /dev/null @@ -1,83 +0,0 @@ - - - 4.0.0 - com.google.cloud - google-cloud-core-snapshot - jar - Google Google Cloud Core Snapshot Samples - https://github.com/googleapis/java-core - - - - com.google.cloud.samples - shared-configuration - 1.0.14 - - - - 1.8 - 1.8 - UTF-8 - - - - - - com.google.cloud - google-cloud-core - - - - - 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 fff1c49cff..0000000000 --- a/samples/snippets/pom.xml +++ /dev/null @@ -1,60 +0,0 @@ - - - 4.0.0 - com.google.cloud - google-cloud-core-snippets - jar - Google Google Cloud Core Snippets - https://github.com/googleapis/java-core - - - - com.google.cloud.samples - shared-configuration - 1.0.14 - - - - 1.8 - 1.8 - UTF-8 - - - - - - - - com.google.cloud - libraries-bom - - pom - import - - - - - - - com.google.cloud - google-cloud-core - - - - - junit - junit - 4.13 - test - - - com.google.truth - truth - 1.0.1 - test - - - diff --git a/synth.py b/synth.py index 5030c3ae9e..646372929e 100644 --- a/synth.py +++ b/synth.py @@ -20,5 +20,6 @@ java.common_templates(excludes=[ 'README.md', + 'samples/*', ])