I tried out mvn install on the Tobago trunk and got a javac error.
Does Tobago *require* JDK 1.5?
Also I got a weird warning ...
---
[INFO] Building Maven Apt Plugin
[INFO] task-segment: [install]
[INFO] -------------------------------------------------------------------------
---
[INFO] [plugin:descriptor]
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[WARNING]
Artifact junit:junit:jar:3.8.1:test retains local scope 'test'
overriding broader scope 'compile'
given by a dependency. If this is not intended, modify or
remove the local scope.
Sean