diff --git a/datalabeling/install-without-bom/pom.xml b/datalabeling/install-without-bom/pom.xml new file mode 100644 index 00000000000..70b5aad5fb7 --- /dev/null +++ b/datalabeling/install-without-bom/pom.xml @@ -0,0 +1,84 @@ + + + 4.0.0 + com.google.cloud + datalabeling-install-without-bom + jar + Google Data Labeling Install Without Bom + https://github.com/googleapis/java-datalabeling + + + + com.google.cloud.samples + shared-configuration + 1.0.12 + + + + 1.8 + 1.8 + UTF-8 + + + + + + + com.google.cloud + google-cloud-datalabeling + 0.118.0 + + + + + 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/datalabeling/pom.xml b/datalabeling/pom.xml new file mode 100644 index 00000000000..283aadbd222 --- /dev/null +++ b/datalabeling/pom.xml @@ -0,0 +1,56 @@ + + + 4.0.0 + com.google.cloud + google-cloud-datalabeling-samples + 0.0.1-SNAPSHOT + pom + Google Data Labeling Samples Parent + https://github.com/googleapis/java-datalabeling + + Java idiomatic client for Google Cloud Platform services. + + + + + com.google.cloud.samples + shared-configuration + 1.0.12 + + + + 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/datalabeling/snapshot/pom.xml b/datalabeling/snapshot/pom.xml new file mode 100644 index 00000000000..cd22ffac62e --- /dev/null +++ b/datalabeling/snapshot/pom.xml @@ -0,0 +1,83 @@ + + + 4.0.0 + com.google.cloud + datalabeling-snapshot + jar + Google Data Labeling Snapshot Samples + https://github.com/googleapis/java-datalabeling + + + + com.google.cloud.samples + shared-configuration + 1.0.12 + + + + 1.8 + 1.8 + UTF-8 + + + + + + com.google.cloud + google-cloud-datalabeling + 0.118.0 + + + + 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/datalabeling/snippets/pom.xml b/datalabeling/snippets/pom.xml new file mode 100644 index 00000000000..59aff155619 --- /dev/null +++ b/datalabeling/snippets/pom.xml @@ -0,0 +1,60 @@ + + + 4.0.0 + com.google.cloud + datalabeling-snippets + jar + Google Data Labeling Snippets + https://github.com/googleapis/java-datalabeling + + + + com.google.cloud.samples + shared-configuration + 1.0.12 + + + + 1.8 + 1.8 + UTF-8 + + + + + + + + com.google.cloud + libraries-bom + 4.2.0 + pom + import + + + + + + + com.google.cloud + google-cloud-datalabeling + + + + + junit + junit + 4.13 + test + + + com.google.truth + truth + 1.0.1 + test + + +