o adding an IT that tests the execution of a mojo with setters

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@279992 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2005-09-10 11:54:43 +00:00
parent bb35ab5dfc
commit 09cd696f4d
5 changed files with 41 additions and 0 deletions

View File

@ -1,3 +1,4 @@
it0064
it0063
it0062
it0061

View File

@ -0,0 +1,2 @@
target/fooValue
target/barValue

View File

@ -0,0 +1 @@
core-it:setter-touch

View File

@ -0,0 +1,36 @@
<model>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core-it0064</artifactId>
<packaging>jar</packaging>
<version>1.0</version>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<type>jar</type>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-core-it-plugin</artifactId>
<version>1.0-SNAPSHOT</version>
<configuration>
<foo>fooValue</foo>
<bar>barValue</bar>
</configuration>
</plugin>
</plugins>
</build>
<pluginRepositories>
<pluginRepository>
<id>snapshots</id>
<name>Maven Central Plugins Development Repository</name>
<url>http://snapshots.maven.codehaus.org/maven2/plugins</url>
</pluginRepository>
</pluginRepositories>
</model>

View File

@ -0,0 +1 @@
rm ${artifact:org.apache.maven.plugins:maven-core-it-plugin:1.0-SNAPSHOT:maven-plugin}