I just ran:
"mvn install"on the trinidad 1.0.2 tag and got errors during the impl testing...something about could not find classes. The first class not found during the test phase is org.apache.myfaces.trinidadinternal.el.Tokenizer.
So I ran: "mvn -Dmaven.test.skip=true install"and the jar files were built. For grins I ran "mvn install" again and it worked. All of the tests passed.
It's not really an issue, just thought someone might want to know. Chris....
