I ran this build twice from scratch, both fail in the same place...
<snip>
[INFO]
------------------------------------------------------------------------
----
[INFO] Building Geronimo :: MyFaces Builder
[INFO] task-segment: [install]
[INFO]
------------------------------------------------------------------------
----
[INFO] [enforcer:enforce {execution: default}]
[INFO] Detected JDK Version: 1.5.0 is allowed in the range [1.5,1.6).
[INFO] Detected Maven Version: 2.0.5 is allowed in the range [2.0.5,).
[INFO] [tools:copy-legal-files {execution: install-legal-files}]
[INFO] Created dir: /home/anthill/anthill3/agent/var/jobs/projects/
Geronimo_Components/build_trunk/project/modules/geronimo-myfaces-
builder/target/classes/META-INF
[INFO] Copying 2 files to /home/anthill/anthill3/agent/var/jobs/
projects/Geronimo_Components/build_trunk/project/modules/geronimo-
myfaces-builder/target/classes/META-INF
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 1 source file to /home/anthill/anthill3/agent/var/
jobs/projects/Geronimo_Components/build_trunk/project/modules/
geronimo-myfaces-builder/target/classes
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] Compiling 2 source files to /home/anthill/anthill3/agent/var/
jobs/projects/Geronimo_Components/build_trunk/project/modules/
geronimo-myfaces-builder/target/test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory: /home/anthill/anthill3/agent/var/
jobs/projects/Geronimo_Components/build_trunk/project/modules/
geronimo-myfaces-builder/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.apache.geronimo.myfaces.deployment.BasicTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078
sec
Running org.apache.geronimo.myfaces.deployment.SchemaConversionTest
Tests run: 16, Failures: 0, Errors: 1, Skipped: 0, Time elapsed:
1.958 sec <<< FAILURE!
</snip>
--jason