fitnesse-maven-classpath icon indicating copy to clipboard operation
fitnesse-maven-classpath copied to clipboard

Classpath support for Maven Projects

Results 4 fitnesse-maven-classpath issues
Sort by recently updated
recently updated
newest added

I've forked your project for a few month now, the main feature I added is to permits : !pomFile http://myserver/repository/url/to/my/pom.xml How can we merge ?

trying to build/install the project fails with an unsuccessful test: extractedClasspathIncludesTestScopeDependencies It contains only the following two path entries instead of the expected 4: D:\projects\fitnesse-maven-classpath\target\test-classes\MavenClasspathWidget\target\test-classes D:\projects\fitnesse-maven-classpath\target\test-classes\MavenClasspathWidget\target\classes

It's ok that support is missing, but should have better errorhandling. You get a nasty null pointer exception from: List classpathElements = executionResult.getProject().getTestClasspathElements(); I did modify the code to get...