diff --git a/dlp/snippets/install-without-bom/pom.xml b/dlp/snippets/install-without-bom/pom.xml new file mode 100644 index 00000000000..4018f426994 --- /dev/null +++ b/dlp/snippets/install-without-bom/pom.xml @@ -0,0 +1,84 @@ + + + 4.0.0 + com.google.cloud + dlp-install-without-bom + jar + Google Cloud Data Loss Prevention Install Without Bom + https://github.com/googleapis/java-dlp + + + + com.google.cloud.samples + shared-configuration + 1.0.12 + + + + 1.8 + 1.8 + UTF-8 + + + + + + + com.google.cloud + google-cloud-dlp + 1.0.1 + + + + + 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/dlp/snippets/pom.xml b/dlp/snippets/pom.xml new file mode 100644 index 00000000000..763fb23ac7d --- /dev/null +++ b/dlp/snippets/pom.xml @@ -0,0 +1,56 @@ + + + 4.0.0 + com.google.cloud + google-cloud-dlp-samples + 0.0.1-SNAPSHOT + pom + Google Cloud Data Loss Prevention Samples Parent + https://github.com/googleapis/java-dlp + + 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/dlp/snippets/snapshot/pom.xml b/dlp/snippets/snapshot/pom.xml new file mode 100644 index 00000000000..ac44f5618dc --- /dev/null +++ b/dlp/snippets/snapshot/pom.xml @@ -0,0 +1,83 @@ + + + 4.0.0 + com.google.cloud + dlp-snapshot + jar + Google Cloud Data Loss Prevention Snapshot Samples + https://github.com/googleapis/java-dlp + + + + com.google.cloud.samples + shared-configuration + 1.0.12 + + + + 1.8 + 1.8 + UTF-8 + + + + + + com.google.cloud + google-cloud-dlp + 1.0.1 + + + + 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/dlp/snippets/snippets/pom.xml b/dlp/snippets/snippets/pom.xml new file mode 100644 index 00000000000..412aed450c6 --- /dev/null +++ b/dlp/snippets/snippets/pom.xml @@ -0,0 +1,60 @@ + + + 4.0.0 + com.google.cloud + dlp-snippets + jar + Google Cloud Data Loss Prevention Snippets + https://github.com/googleapis/java-dlp + + + + 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-dlp + + + + + junit + junit + 4.13 + test + + + com.google.truth + truth + 1.0.1 + test + + +