diff options
Diffstat (limited to 'test/servlet-containers/karaf/karaf-run/karaf-run-pom.xml')
-rw-r--r-- | test/servlet-containers/karaf/karaf-run/karaf-run-pom.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/test/servlet-containers/karaf/karaf-run/karaf-run-pom.xml b/test/servlet-containers/karaf/karaf-run/karaf-run-pom.xml new file mode 100644 index 0000000000..9e222565de --- /dev/null +++ b/test/servlet-containers/karaf/karaf-run/karaf-run-pom.xml @@ -0,0 +1,21 @@ +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + <artifactId>karaf-runner</artifactId> + <groupId>com.vaadin</groupId> + <version>8.1-SNAPSHOT</version> + <modelVersion>4.0.0</modelVersion> + <build> + <plugins> + <plugin> + <groupId>org.apache.karaf.tooling</groupId> + <artifactId>karaf-maven-plugin</artifactId> + <version>4.0.8</version> + <configuration> + <deployProjectArtifact>false</deployProjectArtifact> + <startSsh>true</startSsh> + </configuration> + </plugin> + </plugins> + </build> +</project> |