| <project> |
| <modelVersion>4.0.0</modelVersion> |
| |
| <groupId>org.apache.maven.its.mng2293</groupId> |
| <artifactId>test</artifactId> |
| <version>3.8.1</version> |
| <packaging>pom</packaging> |
| |
| <name>Maven Integration Test :: MNG-2293</name> |
| <description> |
| Verify that default implementation of an implementation for a complex object works as expected. |
| </description> |
| |
| <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> |
| <outputFile>target/param.properties</outputFile> |
| <theParameter> |
| <field>foobar</field> |
| </theParameter> |
| </configuration> |
| </execution> |
| </executions> |
| </plugin> |
| </plugins> |
| </build> |
| </project> |