aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/maven/apache-maven-3.3.3/maven-embedder/src/test/error-reporting-projects/err-resolving-ext-plugin/project/pom.xml
blob: 1339c66cb6f21055fb9e6c365813b24ef2392bba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?><project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.apache.maven.errortest</groupId>
  <artifactId>err-resolving-ext-plugin</artifactId>
  <version>1</version>

  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.errortest</groupId>
        <artifactId>err-resolving-ext-plugin-maven-plugin</artifactId>
        <version>1</version>
        <extensions>true</extensions>
      </plugin>
    </plugins>
  </build>

</project>