mirror of https://github.com/apache/maven.git
o adding IT it0107
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@465880 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
67bcbd0cc4
commit
9f47e18c85
|
@ -0,0 +1,30 @@
|
|||
<model>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-core-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>
|
||||
<artifactId>maven-core-it-plugin</artifactId>
|
||||
<version>1.1-SNAPSHOT</version>
|
||||
<goals>
|
||||
<goal>param-implementation</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<bla><field>foobar</field></bla>
|
||||
<expected>class org.apache.maven.plugin.coreit.sub.MyBla-foobar</expected>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
<pluginsRepositories>
|
||||
<pluginRepository>
|
||||
<id>apache.snapshots</id>
|
||||
<url>http://people.apache.org/maven-snapshot-repository</url>
|
||||
</pluginRepository>
|
||||
</pluginsRepositories>
|
||||
</model>
|
Loading…
Reference in New Issue