Mykel Alvis created MPLUGINTESTING-52:
-----------------------------------------
Summary: AbstractMojoTestCase fails from NoSuchMethod
Key: MPLUGINTESTING-52
URL: https://issues.apache.org/jira/browse/MPLUGINTESTING-52
Project: Maven Plugin Testing
Issue Type: Bug
Components: plugin-testing-harness
Affects Versions: 3.3.0
Environment: Java 1.8 Maven 3.3.9 (explicit dependencies on 3.3.9)
Reporter: Mykel Alvis
When trying to use the `maven-plugin-testing-harness`, any 3.3.x Maven version
produces the following error:
java.lang.NoSuchMethodError:
org.apache.maven.artifact.versioning.DefaultArtifactVersion.compareTo(Lorg/apache/maven/artifact/versioning/ArtifactVersion;)I
at io.cotiviti.test.maven.MyMojoTest.setUp(MyMojoTest.java:36)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)