[ https://issues.apache.org/jira/browse/MCOMPILER-588 ]


    Slawomir Jaranowski deleted comment on MCOMPILER-588:
    -----------------------------------------------

was (Author: slawekjaranowski):
to resolve {{java.lang.NoClassDefFoundError: org/apache/maven/api/xml/XmlNode}} 
- please add:
{code:xml}
    <dependency>
      <groupId>org.codehaus.plexus</groupId>
      <artifactId>plexus-xml</artifactId>
      <version>3.0.0</version>
      <scope>test</scope>
    </dependency>
{code}

> JUnit4 test framework to JUnit5 migration
> -----------------------------------------
>
>                 Key: MCOMPILER-588
>                 URL: https://issues.apache.org/jira/browse/MCOMPILER-588
>             Project: Maven Compiler Plugin
>          Issue Type: Improvement
>            Reporter: Mikhail Deviatov
>            Priority: Major
>
> We have JUnit5 test framework for a long time. 
> It have modular architecture, good support in IDE and quite fast. It would be 
> good to add support JUnit5 to the project.
> The problem is that there are 2 library used for testing in project 
> *maven-plugin-testing-harness* and *org.eclipse.sisu.plexus* and they both 
> don't have JUnit5 support.
> I created a solution that overrides parts of code used derived and my own 
> implementation.
> Please take a look at it
> https://github.com/apache/maven-compiler-plugin/pull/233



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to