On 07/05/2011, at 7:03 AM, Lars Corneliussen wrote: > Integration Test Errors > http://pastie.org/1873091 > > Tests in error: > > test(npanday.its.NPANDAY_377_WithCustomNPandaySettingsFileTest) > test(npanday.its.NPANDAY_377_WithCustomNPandaySettingsDirectoryTest) > - what could that be? both fail with 'The plugin > 'org.apache.npanday.plugins:maven-compile-plugin' does not exist or no valid > version could be found
Fixed (problem in the tests) > > testConflictingExtensions(npanday.its.NPANDAY_140_ConflictingExtensionsTest) > - this never passed on my machine Passes for me. > > testLadderBuild(npanday.its.NPANDAY_268_TransitiveDependenciesTest) > > testTransitiveDependenciesNotOnCompile(npanday.its.NPANDAY_268_TransitiveDependenciesTest) > - seems to be a bug in the tests. both fail with: The plugin > 'npanday.plugin:maven-compile-plugin' does not exist or no valid version > could be found Also passes for me. They seem to have the right parent, but since they are unpacked maybe they aren't finding it if it wasn't installed. Does the parent get installed for you? As a side note, these highlight that the maven-metadata doesn't set the version correctly in the local repository - not a big deal, just something we might want to fix eventually. - Brett -- Brett Porter [email protected] http://brettporter.wordpress.com/ http://au.linkedin.com/in/brettporter
