blob: 5a969120e78b85c11f19eb54388f5de7f4c73414 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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>${groupId}</groupId>
<artifactId>${rootArtifactId}</artifactId>
<version>${version}</version>
<relativePath>../${rootArtifactId}/pom.xml</relativePath>
</parent>
<artifactId>${rootArtifactId}.${artifactId}</artifactId>
<packaging>war</packaging>
<name>${displayName} Server Application (Development)</name>
<dependencies>
<dependency>
<groupId>org.eclipse.scout.rt</groupId>
<artifactId>org.eclipse.scout.dev.jetty</artifactId>
</dependency>
<dependency>
<groupId>${groupId}</groupId>
<artifactId>${rootArtifactId}.server</artifactId>
</dependency>
</dependencies>
</project>