Skip to content

Commit

Permalink
feat(deps): adopt flatten plugin and google-cloud-shared-dependencies (
Browse files Browse the repository at this point in the history
…#350)

Co-authored-by: kolea2 <45548808+kolea2@users.noreply.github.com>
  • Loading branch information
yangnuoyu and kolea2 committed Aug 31, 2020
1 parent 23cb8d8 commit 2298596
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -40,3 +40,5 @@ api_key
# Python utilities
*.pyc
artman-genfiles

.flattened-pom.xml
5 changes: 5 additions & 0 deletions google-cloud-bigtable/pom.xml
Expand Up @@ -452,6 +452,11 @@
<trimStackTrace>false</trimStackTrace>
</configuration>
</plugin>

<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
9 changes: 9 additions & 0 deletions grpc-google-cloud-bigtable-admin-v2/pom.xml
Expand Up @@ -90,4 +90,13 @@
</plugin>
</plugins>
</reporting>

<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
9 changes: 9 additions & 0 deletions grpc-google-cloud-bigtable-v2/pom.xml
Expand Up @@ -82,4 +82,13 @@
</plugin>
</plugins>
</reporting>

<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
9 changes: 9 additions & 0 deletions proto-google-cloud-bigtable-admin-v2/pom.xml
Expand Up @@ -58,4 +58,13 @@
<scope>compile</scope>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
9 changes: 9 additions & 0 deletions proto-google-cloud-bigtable-v2/pom.xml
Expand Up @@ -53,4 +53,13 @@
<scope>compile</scope>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 2298596

Please sign in to comment.