« Return to Thread: maven-eclipse-plugin 2.5 coming soon

Re: maven-eclipse-plugin 2.5 coming soon

by Benjamin Bentmann :: Rate this Message:

Reply to Author | View in Thread

> I had to fix the project testcase #10

Indeed, we have a tricky thing here: While "file:${M2_REPO}" will expand to a proper URI on Unix, it won't on Windows which would rather need "file:/${M2_REPO}".

I added some hackery to AbstractEclipsePluginTestCase.assertFileEquals() to fix the URI read from the expected ".classpath". Please verify the tests are passing on Unix, too.

The RadPluginTest.testProject6() is still failing for me because it does not account for XML attributes being unordered. But that's no failure of the plugin itself and shouldn't stop the release.


Benjamin

 « Return to Thread: maven-eclipse-plugin 2.5 coming soon