I built the trunk to death today before checking in my changes - I am
pretty sure I've not broken something.
I am still getting several test failures, but I am sure these were
introduced by OpenJPA 2.x. and a few other Assembler change issues.
Try running a build using:
mvn -U -e -fn -Dassemble install
This will:
-U update repos
-fn Fail No tests... means carry on build on test failure
I am just running a build with:
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<version>1.2</version>
</dependency>
And repository: http://mirrors.ibiblio.org/pub/mirrors/maven2
I'll commit if it works.
Andy.