aboutsummaryrefslogtreecommitdiffstats
path: root/compatibility-client-compiled/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'compatibility-client-compiled/pom.xml')
-rw-r--r--compatibility-client-compiled/pom.xml11
1 files changed, 9 insertions, 2 deletions
diff --git a/compatibility-client-compiled/pom.xml b/compatibility-client-compiled/pom.xml
index 8eed1adbf0..7c1adbca98 100644
--- a/compatibility-client-compiled/pom.xml
+++ b/compatibility-client-compiled/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="https://maven.apache.org/POM/4.0.0" xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.vaadin</groupId>
@@ -75,6 +75,13 @@
</goals>
</execution>
</executions>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>animal-sniffer-maven-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
</plugin>
<plugin>
<groupId>biz.aQute.bnd</groupId>