aboutsummaryrefslogtreecommitdiff
path: root/all
diff options
context:
space:
mode:
authornathanmittler <nathanmittler@google.com>2014-12-05 15:12:53 -0800
committerEric Anderson <ejona@google.com>2015-01-08 14:43:17 -0800
commit70341df5822bb7801d8549959803a44442a5bcb0 (patch)
treef60a07200a6be8cedf64a5eaac942885b311a68c /all
parent56e307fcb6ccd84fcfda0e9960a5baf9436ae604 (diff)
downloadgrpc-grpc-java-70341df5822bb7801d8549959803a44442a5bcb0.tar.gz
Fixing Maven build for gRPC Java.
------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=81456318
Diffstat (limited to 'all')
-rw-r--r--all/pom.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/all/pom.xml b/all/pom.xml
index 8e0aea525..7478072b3 100644
--- a/all/pom.xml
+++ b/all/pom.xml
@@ -213,6 +213,24 @@
<locale>en_US</locale>
</configuration>
</plugin>
+
+ <!-- Skip the sniffer plugin. -->
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>animal-sniffer-maven-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>check-java-version</id>
+ <phase>verify</phase>
+ <goals>
+ <goal>check</goal>
+ </goals>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
</build>
</project>