You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2015/01/08 23:39:24 UTC

svn commit: r1650408 - /maven/site/trunk/content/apt/plugin-developers/plugin-testing.apt

Author: rfscholte
Date: Thu Jan  8 22:39:24 2015
New Revision: 1650408

URL: http://svn.apache.org/r1650408
Log:
upgraded some versions. Probably a lot of other cleanup to do

Modified:
    maven/site/trunk/content/apt/plugin-developers/plugin-testing.apt

Modified: maven/site/trunk/content/apt/plugin-developers/plugin-testing.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/apt/plugin-developers/plugin-testing.apt?rev=1650408&r1=1650407&r2=1650408&view=diff
==============================================================================
--- maven/site/trunk/content/apt/plugin-developers/plugin-testing.apt (original)
+++ maven/site/trunk/content/apt/plugin-developers/plugin-testing.apt Thu Jan  8 22:39:24 2015
@@ -70,9 +70,9 @@ Unit Tests
   <dependencies>
     ...
     <dependency>
-      <groupId>org.apache.maven.shared</groupId>
+      <groupId>org.apache.maven.plugin-testing</groupId>
       <artifactId>maven-plugin-testing-harness</artifactId>
-      <version>1.0-beta-1</version>
+      <version>3.3.0</version>
       <scope>test</scope>
     </dependency>
     ...
@@ -199,18 +199,16 @@ public class TrivialMavenVerifierTest ex
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-invoker-plugin</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.9</version>
         <configuration>
-          <debug>true</debug>
           <projectsDirectory>src/it</projectsDirectory>
           <pomIncludes>
             <pomInclude>**/pom.xml</pomInclude>
           </pomIncludes>
-          <postBuildHookScript>verify.bsh</postBuildHookScript>
+          <postBuildHookScript>verify</postBuildHookScript>
         </configuration>
         <executions>
           <execution>
-            <phase>integration-test</phase>
             <goals>
               <goal>run</goal>
             </goals>