-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Platform: All, OS: All
Using a build of Hudson from dev sources, and run using
main/war/pom.xml#jetty:run, I create a new native m2 project based on a trivial
app with one POM project and two JAR modules, hosted in a local CVS repo. When I
try to build it, I get an exception from Maven (2.0.7). It builds on the command
line of course.
Googling the exception says that it is a problem with ClassLoader.findResources
being missing, but I don't know how that applies here. A Jetty bug perhaps?