<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>io.ciera</groupId>
    <artifactId>cmcc</artifactId>
    <version>3.0.0-beta1</version>
  </parent>
  <artifactId>runtime-api</artifactId>
  <packaging>jar</packaging>
  <name>Ciera Runtime API</name>
  <build>
    <resources>
      <resource>
        <directory>${project.basedir}</directory>
        <includes>
          <include>models/**/*.xtuml</include>
          <include>.project</include>
        </includes>
        <excludes>
          <exclude>models/runtime-api/runtime architecture/**/*.xtuml</exclude>
        </excludes>
      </resource>
    </resources>
  </build>
</project>
