You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

karaf-run-pom.xml 835B

123456789101112131415161718192021
  1. <project xmlns="http://maven.apache.org/POM/4.0.0"
  2. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <artifactId>karaf-runner</artifactId>
  5. <groupId>com.vaadin</groupId>
  6. <version>8.2-SNAPSHOT</version>
  7. <modelVersion>4.0.0</modelVersion>
  8. <build>
  9. <plugins>
  10. <plugin>
  11. <groupId>org.apache.karaf.tooling</groupId>
  12. <artifactId>karaf-maven-plugin</artifactId>
  13. <version>4.0.8</version>
  14. <configuration>
  15. <deployProjectArtifact>false</deployProjectArtifact>
  16. <startSsh>true</startSsh>
  17. </configuration>
  18. </plugin>
  19. </plugins>
  20. </build>
  21. </project>