summaryrefslogtreecommitdiffstats
path: root/uitest/pom.xml
diff options
context:
space:
mode:
authorHenri Sara <hesara@vaadin.com>2016-04-22 21:23:01 +0300
committerVaadin Code Review <review@vaadin.com>2016-04-25 09:19:12 +0000
commit6a89c2fae342401f99c591cfc2b2549f4e675e81 (patch)
tree0598a7b9d3452c118e3ef479a03cef0f4475aa89 /uitest/pom.xml
parent204afbceaaa459bc0f0d3fa05d7213378b261cf0 (diff)
downloadvaadin-framework-6a89c2fae342401f99c591cfc2b2549f4e675e81.tar.gz
vaadin-framework-6a89c2fae342401f99c591cfc2b2549f4e675e81.zip
Check Java 1.6 compatibility
Ensure that server side classes are compatible with Java 1.6. Change-Id: I464096bbb316769a4c2fede55d7bcb11ce61e4f0
Diffstat (limited to 'uitest/pom.xml')
-rw-r--r--uitest/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/uitest/pom.xml b/uitest/pom.xml
index f63b9e7fa6..3872312ed6 100644
--- a/uitest/pom.xml
+++ b/uitest/pom.xml
@@ -356,6 +356,13 @@
<skip>true</skip>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>animal-sniffer-maven-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
</plugins>
<pluginManagement>
<plugins>