You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Laird Nelson (JIRA)" <ji...@codehaus.org> on 2014/01/05 21:29:45 UTC

[jira] (MPLUGINTESTING-34) Documentation: sample code using MojoRule doesn't work

Laird Nelson created MPLUGINTESTING-34:
------------------------------------------

             Summary: Documentation: sample code using MojoRule doesn't work
                 Key: MPLUGINTESTING-34
                 URL: https://jira.codehaus.org/browse/MPLUGINTESTING-34
             Project: Maven Plugin Testing
          Issue Type: Bug
          Components: plugin-testing-harness
    Affects Versions: 3.0.0
            Reporter: Laird Nelson


The cookbook reachable from https://maven.apache.org/plugin-testing/maven-plugin-testing-harness/getting-started/index.html includes code like this:

{code:java}
File pom = rule.getTestFile( "src/test/resources/unit/project-to-test/pom.xml" );
{code}

This method does not exist on {{MojoRule}} (http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/MojoRule.html).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira