aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/maven/apache-maven-3.3.3/maven-embedder/src/test/error-reporting-projects/missing-module-pom/pom.xml
blob: ff895b80a3a6ed31116527f9238774519b011743 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version='1.0' encoding='UTF-8'?>
<project 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' xmlns='http://maven.apache.org/POM/4.0.0'>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.apache.maven.errortest</groupId>
  <artifactId>missing-module-pom</artifactId>
  <packaging>pom</packaging>
  <version>1</version>

  <modules>
    <module>child1</module>
    <module>child2</module>
  </modules>
</project>