blob: 08a6791ee1021b13212d048ea5ed3544b4dc4e87 [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>3.2.0-SNAPSHOT</version--><!-- not needed any more with build/consumer POM -->
</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>