blob: d8b4a032fe0730dfc8c8284479c66d4026aff4b1 [file] [log] [blame]
<project>
<modelVersion>4.0.0</modelVersion>
<name>Maven Integration Test :: it0107</name>
<groupId>org.apache.maven.its.it0107</groupId>
<artifactId>maven-it-it0107</artifactId>
<description>Verify that default implementation of an implementation for a complex object works as
expected [MNG-2293]</description>
<packaging>pom</packaging>
<version>3.8.1</version>
<repositories>
<repository>
<id>test-plugins</id>
<url>http://people.apache.org/repo/m2-snapshot-repository/</url>
<releases><enabled>false</enabled></releases>
<snapshots><enabled>true</enabled></snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>test-plugins</id>
<url>http://people.apache.org/repo/m2-snapshot-repository/</url>
<releases><enabled>false</enabled></releases>
<snapshots><enabled>true</enabled></snapshots>
</pluginRepository>
</pluginRepositories>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.its.plugins</groupId>
<artifactId>maven-it-plugin-parameter-implementation</artifactId>
<version>2.1-SNAPSHOT</version>
<executions>
<execution>
<phase>validate</phase>
<goals>
<goal>param-implementation</goal>
</goals>
<configuration>
<bla><field>foobar</field></bla>
<expected>class org.apache.maven.plugin.coreit.sub.MyBla-foobar</expected>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>