mirror of https://github.com/apache/maven.git
o adding IT it0012
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@465787 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
81d77e5439
commit
0395ecee13
|
@ -0,0 +1,19 @@
|
|||
<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>
|
|
@ -0,0 +1,22 @@
|
|||
<model>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-core-it0012</artifactId>
|
||||
<description>Test simple POM interpolation</description>
|
||||
<packaging>pom</packaging>
|
||||
<version>3.8.1</version>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<artifactId>maven-core-it-plugin</artifactId>
|
||||
<version>1.0</version>
|
||||
<configuration>
|
||||
<pluginFile>touch-${version}.txt</pluginFile>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
<modules>
|
||||
<module>child-project</module>
|
||||
</modules>
|
||||
</model>
|
Loading…
Reference in New Issue