<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/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>org.nuxeo.shell</groupId>
    <artifactId>nuxeo-shell-parent</artifactId>
    <version>5.8.0-HF14</version>
    <relativePath>../pom.xml</relativePath>
  </parent>
  <artifactId>nuxeo-shell-equinox</artifactId>
  <name>Nuxeo Equinox Shell</name>
  <description>Equinox Shell provides a remote shell to the Equinox console.</description>
  <dependencies>
    <dependency>
      <groupId>org.nuxeo.shell</groupId>
      <artifactId>nuxeo-shell-core</artifactId>
    </dependency>
  </dependencies>
  <build>
    <!-- include resources in src directory -->
    <resources>
      <resource>
        <directory>src/main/java</directory>
      </resource>
      <resource>
        <directory>src/main/resources</directory>
      </resource>
    </resources>
  </build>
</project>