From 518da788f6b16ca2070759800abc8f80055c249a Mon Sep 17 00:00:00 2001
From: =?utf8?q?Patrik=20Lindstr=C3=B6m?=
<99639133+thevaadinman@users.noreply.github.com>
Date: Fri, 26 Apr 2024 16:33:30 +0300
Subject: [PATCH] Fix vaadin-uitest POM file errors (#12519)
Maven complains about errors in the POM for uitest - "could not initialize class org.apache.maven.plugin.war.util.WebappStructureSerializer" and about the 'skip' option being incorrect for maven-javadoc-plugin (because it was missing a groupid declaration). Also silenced error for explicitly set javax.servlet-api version.
---
uitest/pom.xml | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
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 @@
javax.servlet
javax.servlet-api
- 3.1.0
+ 3.1.0
provided
@@ -237,6 +237,11 @@
+
+ org.apache.maven.plugins
+ maven-war-plugin
+ 3.3.1
+
com.vaadin
vaadin-maven-plugin
@@ -430,6 +435,7 @@
+ org.apache.maven.plugins
maven-javadoc-plugin
true
--
2.39.5