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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to