diff --git a/errorreporting/install-without-bom/pom.xml b/errorreporting/install-without-bom/pom.xml new file mode 100644 index 00000000000..5dac4be7fa3 --- /dev/null +++ b/errorreporting/install-without-bom/pom.xml @@ -0,0 +1,84 @@ + + + 4.0.0 + com.google.cloud + clouderrorreporting-install-without-bom + jar + Google Stackdriver Error Reporting Install Without Bom + https://github.com/googleapis/java-errorreporting + + + + com.google.cloud.samples + shared-configuration + 1.0.12 + + + + 1.8 + 1.8 + UTF-8 + + + + + + + com.google.cloud + google-cloud-errorreporting + 0.119.1-beta + + + + + 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/errorreporting/pom.xml b/errorreporting/pom.xml new file mode 100644 index 00000000000..852df512872 --- /dev/null +++ b/errorreporting/pom.xml @@ -0,0 +1,56 @@ + + + 4.0.0 + com.google.cloud + google-cloud-clouderrorreporting-samples + 0.0.1-SNAPSHOT + pom + Google Stackdriver Error Reporting Samples Parent + https://github.com/googleapis/java-errorreporting + + 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/errorreporting/snapshot/pom.xml b/errorreporting/snapshot/pom.xml new file mode 100644 index 00000000000..3ee8c3f5570 --- /dev/null +++ b/errorreporting/snapshot/pom.xml @@ -0,0 +1,83 @@ + + + 4.0.0 + com.google.cloud + clouderrorreporting-snapshot + jar + Google Stackdriver Error Reporting Snapshot Samples + https://github.com/googleapis/java-errorreporting + + + + com.google.cloud.samples + shared-configuration + 1.0.12 + + + + 1.8 + 1.8 + UTF-8 + + + + + + com.google.cloud + google-cloud-errorreporting + 0.119.1-beta + + + + 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/errorreporting/snippets/pom.xml b/errorreporting/snippets/pom.xml new file mode 100644 index 00000000000..f74b49da8f8 --- /dev/null +++ b/errorreporting/snippets/pom.xml @@ -0,0 +1,60 @@ + + + 4.0.0 + com.google.cloud + clouderrorreporting-snippets + jar + Google Stackdriver Error Reporting Snippets + https://github.com/googleapis/java-errorreporting + + + + 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-errorreporting + + + + + junit + junit + 4.13 + test + + + com.google.truth + truth + 1.0.1 + test + + +