Skip to content

Commit

Permalink
skip plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
mutianf committed May 4, 2022
1 parent cc1be2b commit 3497e8c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions google-cloud-bigtable-stats/pom.xml
Expand Up @@ -95,6 +95,14 @@
</ignoredUnusedDeclaredDependencies>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-maven-plugin</artifactId>
<version>1.20</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 3497e8c

Please sign in to comment.