Skip to content

Commit 2298596

Browse files
yangnuoyukolea2
andauthored
feat(deps): adopt flatten plugin and google-cloud-shared-dependencies (#350)
Co-authored-by: kolea2 <45548808+kolea2@users.noreply.github.com>
1 parent 23cb8d8 commit 2298596

File tree

6 files changed

+43
-0
lines changed

6 files changed

+43
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,5 @@ api_key
4040
# Python utilities
4141
*.pyc
4242
artman-genfiles
43+
44+
.flattened-pom.xml

google-cloud-bigtable/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,11 @@
452452
<trimStackTrace>false</trimStackTrace>
453453
</configuration>
454454
</plugin>
455+
456+
<plugin>
457+
<groupId>org.codehaus.mojo</groupId>
458+
<artifactId>flatten-maven-plugin</artifactId>
459+
</plugin>
455460
</plugins>
456461
</build>
457462
</project>

grpc-google-cloud-bigtable-admin-v2/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,13 @@
9090
</plugin>
9191
</plugins>
9292
</reporting>
93+
94+
<build>
95+
<plugins>
96+
<plugin>
97+
<groupId>org.codehaus.mojo</groupId>
98+
<artifactId>flatten-maven-plugin</artifactId>
99+
</plugin>
100+
</plugins>
101+
</build>
93102
</project>

grpc-google-cloud-bigtable-v2/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,13 @@
8282
</plugin>
8383
</plugins>
8484
</reporting>
85+
86+
<build>
87+
<plugins>
88+
<plugin>
89+
<groupId>org.codehaus.mojo</groupId>
90+
<artifactId>flatten-maven-plugin</artifactId>
91+
</plugin>
92+
</plugins>
93+
</build>
8594
</project>

proto-google-cloud-bigtable-admin-v2/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,13 @@
5858
<scope>compile</scope>
5959
</dependency>
6060
</dependencies>
61+
62+
<build>
63+
<plugins>
64+
<plugin>
65+
<groupId>org.codehaus.mojo</groupId>
66+
<artifactId>flatten-maven-plugin</artifactId>
67+
</plugin>
68+
</plugins>
69+
</build>
6170
</project>

proto-google-cloud-bigtable-v2/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,13 @@
5353
<scope>compile</scope>
5454
</dependency>
5555
</dependencies>
56+
57+
<build>
58+
<plugins>
59+
<plugin>
60+
<groupId>org.codehaus.mojo</groupId>
61+
<artifactId>flatten-maven-plugin</artifactId>
62+
</plugin>
63+
</plugins>
64+
</build>
5665
</project>

0 commit comments

Comments
 (0)