vaadin / framework

Vaadin 6, 7, 8 is a Java framework for modern Java web applications.
http://vaadin.com/
Other
1.77k stars 729 forks source link

Fix vaadin-uitest POM file errors #12519

Closed thevaadinman closed 2 months ago

thevaadinman commented 2 years ago

Fixed errors where Maven complains about 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 warning for explicitly set javax.servlet-api version.