From 95ded88b441b33c77bad442f55d2de0ed8028bfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Bianchin?= Date: Mon, 31 Jul 2023 12:18:34 +0200 Subject: [PATCH] Introduce dbeam-bom package (#671) --- dbeam-bom/pom.xml | 72 +++++++++++++++++++++++++++++++++++++++++++++++ pom.xml | 1 + 2 files changed, 73 insertions(+) create mode 100644 dbeam-bom/pom.xml diff --git a/dbeam-bom/pom.xml b/dbeam-bom/pom.xml new file mode 100644 index 00000000..5aa63860 --- /dev/null +++ b/dbeam-bom/pom.xml @@ -0,0 +1,72 @@ + + + + 4.0.0 + + + com.spotify + dbeam-parent + 0.10.16-SNAPSHOT + + dbeam-bom + pom + + DBeam BOM + A BOM with Beam SDK, GCP, gRPC and other dependencies for DBeam + + + + + com.spotify + dbeam-core + + + + + + + + + org.apache.maven.plugins + maven-help-plugin + 3.4.0 + + + generate-effective-pom + + effective-pom + + package + + ${project.build.directory}/effective-pom.txt + + + + + + org.codehaus.mojo + build-helper-maven-plugin + 3.4.0 + + + attach-effective-pom + + attach-artifact + + package + + + + + ${project.build.directory}/effective-pom.txt + xml + effective-pom + + + + + + + + + diff --git a/pom.xml b/pom.xml index 583a40bd..acb7ee7e 100644 --- a/pom.xml +++ b/pom.xml @@ -76,6 +76,7 @@ dbeam-core + dbeam-bom