platform-servlet-containers-tests
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.vaadin</groupId> <artifactId>platform-servlet-containers-tests</artifactId> <version>14.13.2</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.vaadin</groupId> <artifactId>vaadin-platform-parent</artifactId> <version>14.13.2</version> </parent> <groupId>com.vaadin</groupId> <artifactId>platform-servlet-containers-tests</artifactId> <version>14.13.2</version> <packaging>pom</packaging> <name>Vaadin Platform Servlet Containers Tests</name> <description>Vaadin Platform Servlet Containers Tests</description> <url>https://vaadin.com</url> <licenses> <license> <name>Vaadin Commercial License and Service Terms</name> <url>https://vaadin.com/commercial-license-and-service-terms</url> <distribution>repo</distribution> </license> </licenses> <properties> <failOnMissingWebXml>false</failOnMissingWebXml> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.compiler.source>1.8</maven.compiler.source> <maven.deploy.skip>true</maven.deploy.skip> <maven.compiler.target>1.8</maven.compiler.target> </properties> <dependencyManagement> <dependencies> <dependency> <groupId>com.vaadin</groupId> <artifactId>vaadin-bom</artifactId> <version>${project.version}</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <build> <plugins> <plugin> <artifactId>maven-deploy-plugin</artifactId> <version>2.8.2</version> <configuration> <skip>true</skip> </configuration> </plugin> <plugin> <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId> <version>1.6.8</version> <configuration> <skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo> </configuration> </plugin> </plugins> </build> </project>