mirror of
https://github.com/apache/maven.git
synced 2025-02-07 02:29:10 +00:00
3b56df09be
workaround style already in place. Modified it0012 to be useful (it always succeeded!) and added a child project to demonstrate this commit fixes MNG-805. git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@278741 13f79535-47bb-0310-9956-ffa450edef68
20 lines
552 B
XML
20 lines
552 B
XML
<model>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>org.apache.maven</groupId>
|
|
<artifactId>maven-core-it0012-child-project</artifactId>
|
|
<packaging>jar</packaging>
|
|
<version>3.0.3</version>
|
|
<build>
|
|
<plugins>
|
|
<plugin>
|
|
<artifactId>maven-core-it-plugin</artifactId>
|
|
<version>1.0-SNAPSHOT</version>
|
|
<configuration>
|
|
<outputDirectory>${basedir}/target/</outputDirectory>
|
|
<pluginFile>child-touch-${version}.txt</pluginFile>
|
|
</configuration>
|
|
</plugin>
|
|
</plugins>
|
|
</build>
|
|
</model>
|