Author: tchemit Date: 2009-11-01 18:01:34 +0100 (Sun, 01 Nov 2009) New Revision: 621 Modified: trunk/src/site/apt/mojo-testFramework.apt Log: update doc Modified: trunk/src/site/apt/mojo-testFramework.apt =================================================================== --- trunk/src/site/apt/mojo-testFramework.apt 2009-11-01 16:18:50 UTC (rev 620) +++ trunk/src/site/apt/mojo-testFramework.apt 2009-11-01 17:01:34 UTC (rev 621) @@ -92,7 +92,7 @@ and writes two pom files names <firstTest.xml> and <secondTest.xml> in directory -------------------------------------------------------------------------------- -src/test/resources/org/nuiton/test/plugin/MyMojoTest +src/test/resources/org/nuiton/test/plugin/myMojoTest -------------------------------------------------------------------------------- Finally, the next directory tree is what you should have for the example project : @@ -120,7 +120,7 @@ `-- nuiton `-- test `-- plugin - `-- MyMojoTest + `-- myMojoTest |-- firstTest.xml `-- secondTest.xml --------------------------------------------------------------------------------