Skip to content

Commit

Permalink
fixed pom issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ldetmer committed Aug 23, 2024
1 parent 7819e20 commit 838e701
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
16 changes: 0 additions & 16 deletions google-api-client-apache-v5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>com.coveo</groupId>
<artifactId>fmt-maven-plugin</artifactId>
<version>2.13</version>
<configuration>
<style>google</style>
<verbose>true</verbose>
</configuration>
<dependencies>
<dependency>
<groupId>com.google.googlejavaformat</groupId>
<artifactId>google-java-format</artifactId>
<version>1.13.0</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
Expand Down
17 changes: 17 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
<modules>
<module>google-api-client</module>
<module>google-api-client-servlet</module>
<module>google-api-client-android</module>
<module>google-api-client-appengine</module>
<module>google-api-client-assembly</module>
<module>google-api-client-bom</module>
Expand Down Expand Up @@ -508,6 +509,22 @@
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>com.coveo</groupId>
<artifactId>fmt-maven-plugin</artifactId>
<version>2.13</version>
<configuration>
<style>google</style>
<verbose>true</verbose>
</configuration>
<dependencies>
<dependency>
<groupId>com.google.googlejavaformat</groupId>
<artifactId>google-java-format</artifactId>
<version>1.13.0</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
<properties>
Expand Down

0 comments on commit 838e701

Please sign in to comment.