You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by menelaosbgr <me...@gmail.com> on 2018/04/03 12:27:31 UTC

Re: Maven Test Harness issue

I fixed this problem by adding a dependency before the testing-harness.
This seems to load the correct cofehaus defaultConfiguration class into the
classloader. 

  <dependency>
            <groupId>org.eclipse.sisu</groupId>
            <artifactId>org.eclipse.sisu.plexus</artifactId>
            <version>0.3.3</version>
        </dependency>

        <dependency>
            <groupId>org.apache.maven.plugin-testing</groupId>
            <artifactId>maven-plugin-testing-harness</artifactId>
            <version>3.3.0</version>
            <scope>test</scope>
        </dependency>

Comments?




--
Sent from: http://maven.40175.n5.nabble.com/Maven-Developers-f142166.html

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org