[ http://jira.codehaus.org/browse/MJAR-36?page=all ]
Emmanuel Venisse closed MJAR-36:
--------------------------------
Assign To: Emmanuel Venisse
Resolution: Fixed
Fix Version: 2.1
already fixed.
> JarMojoTest uses wrong import for maven-plugin-testing-harness
> --------------------------------------------------------------
>
> Key: MJAR-36
> URL: http://jira.codehaus.org/browse/MJAR-36
> Project: Maven 2.x Jar Plugin
> Type: Test
> Versions: 2.1
> Environment: n/a
> Reporter: Marcel Schutte
> Assignee: Emmanuel Venisse
> Fix For: 2.1
> Attachments: maven-jar-plugin.patch
>
>
> The JarMojoTest class uses a wrong package name:
> import org.apache.maven.plugins.testing.AbstractMojoTestCase;
> it should be:
> import org.apache.maven.plugin.testing.AbstractMojoTestCase;
> (the difference is in plugins versus plugin). This is a class in the
> maven-plugin-testing-harness artifact.
> The same goes for the test pom.xml it uses. See the attached patch for
> details.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira