diff options
Diffstat (limited to 'test/cdi/pom.xml')
-rw-r--r-- | test/cdi/pom.xml | 21 |
1 files changed, 4 insertions, 17 deletions
diff --git a/test/cdi/pom.xml b/test/cdi/pom.xml index 3fd5a0a2c9..3462974b74 100644 --- a/test/cdi/pom.xml +++ b/test/cdi/pom.xml @@ -10,6 +10,9 @@ <artifactId>vaadin-test-cdi</artifactId> <packaging>war</packaging> + <properties> + <jetty.skip>true</jetty.skip> + </properties> <dependencies> <dependency> @@ -32,26 +35,10 @@ <build> <finalName>ROOT</finalName> <plugins> - <!-- Disable jetty-plugin --> - <plugin> - <groupId>org.eclipse.jetty</groupId> - <artifactId>jetty-maven-plugin</artifactId> - <version>${jetty.version}</version> - <executions> - <execution> - <id>start-jetty</id> - <phase /> - </execution> - <execution> - <id>stop-jetty</id> - <phase /> - </execution> - </executions> - </plugin> <plugin> <groupId>org.wildfly.plugins</groupId> <artifactId>wildfly-maven-plugin</artifactId> - <version>1.0.2.Final</version> + <version>1.2.0.Final</version> <executions> <execution> <id>start-wildfly</id> |