Author: jvanzyl
Date: Sat Sep 10 04:54:43 2005
New Revision: 279992

URL: http://svn.apache.org/viewcvs?rev=279992&view=rev
Log:
o adding an IT that tests the execution of a mojo with setters

Added:
    maven/components/trunk/maven-core-it/it0064/
    maven/components/trunk/maven-core-it/it0064/expected-results.txt
    maven/components/trunk/maven-core-it/it0064/goals.txt
    maven/components/trunk/maven-core-it/it0064/pom.xml
    maven/components/trunk/maven-core-it/it0064/prebuild-hook.txt
Modified:
    maven/components/trunk/maven-core-it/integration-tests.txt

Modified: maven/components/trunk/maven-core-it/integration-tests.txt
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-core-it/integration-tests.txt?rev=279992&r1=279991&r2=279992&view=diff
==============================================================================
--- maven/components/trunk/maven-core-it/integration-tests.txt (original)
+++ maven/components/trunk/maven-core-it/integration-tests.txt Sat Sep 10 
04:54:43 2005
@@ -1,3 +1,4 @@
+it0064
 it0063
 it0062
 it0061

Added: maven/components/trunk/maven-core-it/it0064/expected-results.txt
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-core-it/it0064/expected-results.txt?rev=279992&view=auto
==============================================================================
--- maven/components/trunk/maven-core-it/it0064/expected-results.txt (added)
+++ maven/components/trunk/maven-core-it/it0064/expected-results.txt Sat Sep 10 
04:54:43 2005
@@ -0,0 +1,2 @@
+target/fooValue
+target/barValue

Added: maven/components/trunk/maven-core-it/it0064/goals.txt
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-core-it/it0064/goals.txt?rev=279992&view=auto
==============================================================================
--- maven/components/trunk/maven-core-it/it0064/goals.txt (added)
+++ maven/components/trunk/maven-core-it/it0064/goals.txt Sat Sep 10 04:54:43 
2005
@@ -0,0 +1 @@
+core-it:setter-touch

Added: maven/components/trunk/maven-core-it/it0064/pom.xml
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-core-it/it0064/pom.xml?rev=279992&view=auto
==============================================================================
--- maven/components/trunk/maven-core-it/it0064/pom.xml (added)
+++ maven/components/trunk/maven-core-it/it0064/pom.xml Sat Sep 10 04:54:43 2005
@@ -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>

Added: maven/components/trunk/maven-core-it/it0064/prebuild-hook.txt
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-core-it/it0064/prebuild-hook.txt?rev=279992&view=auto
==============================================================================
--- maven/components/trunk/maven-core-it/it0064/prebuild-hook.txt (added)
+++ maven/components/trunk/maven-core-it/it0064/prebuild-hook.txt Sat Sep 10 
04:54:43 2005
@@ -0,0 +1 @@
+rm 
${artifact:org.apache.maven.plugins:maven-core-it-plugin:1.0-SNAPSHOT:maven-plugin}



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to