Mark Proctor wrote:
admin-gui fails because you have a test directory but no tests - so either remove the directory or add tests.
How are you running the tests to make them fail? I run them from mvn from the project root, mvn directly under admin-gui and from Eclipse without failure. Might be that you have an old version of Maven or of the Surefire plugin. What Maven version are you using and could you try running it with mvn -U to make sure it updates the plugins?
Anyways, I'll remove the directly as we don't need it :-) /niklas
