<?xml version="1.0"?><project>
  <parent>
    <artifactId>appassembler</artifactId>
    <groupId>org.codehaus.mojo</groupId>
    <version>1.0-alpha-2</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <artifactId>appassembler-model</artifactId>
  <name>Daemon Descriptor Model</name>
  <version>1.0-alpha-2</version>
  <build>
    <plugins>
      <plugin>
        <groupId>org.codehaus.modello</groupId>
        <artifactId>modello-maven-plugin</artifactId>
        <version>1.0-alpha-11</version>
        <executions>
          <execution>
            <goals>
              <goal>java</goal>
              <goal>xpp3-reader</goal>
              <goal>xpp3-writer</goal>
            </goals>
          </execution>
        </executions>
        <configuration>
          <model>src/main/modello/model.xml</model>
          <version>1.0.0</version>
        </configuration>
      </plugin>
    </plugins>
  </build>
  <dependencies>
    <dependency>
      <groupId>org.codehaus.plexus</groupId>
      <artifactId>plexus-utils</artifactId>
      <version>1.3</version>
    </dependency>
  </dependencies>
  <distributionManagement>
    <status>deployed</status>
  </distributionManagement>
</project>