blob: 145c10d944ce69e2916c5f168f55e20b26fcd77b [file] [log] [blame]
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>maven-archetype</artifactId>
<groupId>org.apache.maven.archetype</groupId>
<version>2.0-alpha-5-SNAPSHOT</version>
</parent>
<groupId>org.apache.maven.archetypes</groupId>
<artifactId>archetype-samples</artifactId>
<name>Maven Archetype Samples</name>
<packaging>pom</packaging>
<!--modules>
<module>quickstart</module>
<module>mojo</module>
<module>webapp</module>
</modules-->
<properties>
<archetype.properties>archetype.properties</archetype.properties>
</properties>
</project>