You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2016/03/08 08:13:05 UTC

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

Author: hboutemy
Date: Tue Mar  8 07:13:05 2016
New Revision: 1734026

URL: http://svn.apache.org/viewvc?rev=1734026&view=rev
Log:
[MNGSITE-277] fixed link to Wiki for creating a core IT
Submitted by: Bindul Bhowmik

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=1734026&r1=1734025&r2=1734026&view=diff
==============================================================================
--- maven/site/trunk/content/apt/plugin-developers/plugin-testing.apt (original)
+++ maven/site/trunk/content/apt/plugin-developers/plugin-testing.apt Tue Mar  8 07:13:05 2016
@@ -116,7 +116,7 @@ Integration/Functional testing
 
  maven-verifier tests are run using JUnit or TestNG, and provide a simple class allowing you to launch Maven and assert on its log file and built artifacts.  It also provides a ResourceExtractor, which extracts a Maven project from your src/test/resources directory into a temporary working directory where you can do tricky stuff with it.
 
- Maven itself uses maven-verifier to run its core integration tests.  For more information, please refer to {{{http://cwiki.apache.org/confluence/display/MAVENOLD/Creating+a+Maven+Integration+Test}Creating a Maven Integration Test}}.
+ Maven itself uses maven-verifier to run its core integration tests.  For more information, please refer to {{{https://cwiki.apache.org/confluence/display/MAVEN/Creating+a+Maven+Integration+Test}Creating a Maven Integration Test}}.
 
 +-----+
 public class TrivialMavenVerifierTest extends TestCase