<?xml version="1.0"?><project>
  <parent>
    <artifactId>andromda-uml-metafacades</artifactId>
    <groupId>org.andromda.metafacades</groupId>
    <version>3.2</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <artifactId>andromda-metafacades-uml</artifactId>
  <packaging>xml.zip</packaging>
  <name>AndroMDA UML Common Metafacades</name>
  <version>3.2</version>
  <description>The common UML metafacades.  This is the set of core UML metafacades used to provide access UML meta models.</description>
  <build>
    <resources>
      <resource>
        <directory>src/java</directory>
        <excludes>
          <exclude>**/*.java</exclude>
        </excludes>
      </resource>
      <resource>
        <directory>src</directory>
        <includes>
          <include>META-INF/**/*</include>
        </includes>
        <excludes>
          <exclude>META-INF/andromda**/*</exclude>
        </excludes>
      </resource>
      <resource>
        <directory>target/src</directory>
        <excludes>
          <exclude>**/*.java</exclude>
        </excludes>
      </resource>
    </resources>
    <plugins>
      <plugin>
        <groupId>org.andromda.maven.plugins</groupId>
        <artifactId>andromda-bootstrap-plugin</artifactId>
      </plugin>
      <plugin>
        <groupId>org.andromda.maven.plugins</groupId>
        <artifactId>andromda-model-archiver-plugin</artifactId>
      </plugin>
      <plugin>
        <groupId>org.andromda.maven.plugins</groupId>
        <artifactId>andromda-bootstrap-install-plugin</artifactId>
      </plugin>
    </plugins>
  </build>
  <distributionManagement>
    <status>deployed</status>
  </distributionManagement>
  <properties>
    <maven.andromda.model.uri>jar:file:${model.file}!/${pom.artifactId}.xml</maven.andromda.model.uri>
    <model.file>${pom.basedir}/src/uml/${pom.artifactId}.xml.zip</model.file>
    <maven.src.dir>${pom.basedir}/src</maven.src.dir>
  </properties>
</project>