blob: bf2a03866e2d5f4ff1013353074ad014473c690d [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>
<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>