summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--uitest/pom.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/uitest/pom.xml b/uitest/pom.xml
index b75cc3deb8..d00c38c138 100644
--- a/uitest/pom.xml
+++ b/uitest/pom.xml
@@ -175,7 +175,7 @@
<!-- Jetty requires 3.1.0 -->
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
- <version>3.1.0</version>
+ <version>3.1.0</version> <!--$NO-MVN-MAN-VER$-->
<scope>provided</scope>
</dependency>
@@ -238,6 +238,11 @@
<plugins>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-war-plugin</artifactId>
+ <version>3.3.1</version>
+ </plugin>
+ <plugin>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-maven-plugin</artifactId>
<configuration>
@@ -430,6 +435,7 @@
</configuration>
</plugin>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<skip>true</skip>