aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/maven/apache-maven-3.3.3/maven-embedder/src/test/error-reporting-projects/missing-parent-pom/pom.xml
blob: e0ab9f6db4b9b70d933a87e3b2d7909ea57b7c7a (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?><project>
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>org.apache.maven.errortest</groupId>
    <artifactId>missing-parent-pom-parent</artifactId>
    <version>1</version>
  </parent>

  <artifactId>missing-parent-pom</artifactId>

</project>