From head 505174, I was getting this error:
Compiling 89 source files to C:\g\modules\geronimo-connector\target\classes
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
C:\g\modules\geronimo-connector\src\main\java\org\apache\geronimo\connector\outbound\GeronimoConnectionEventListener.java:[28,34]
package org.apache.commons.logging does not exist
C:\g\modules\geronimo-connector\src\main\java\org\apache\geronimo\connector\outbound\Gero
I added the dependency to C:\g\modules\geronimo-connector\pom.xml, and
was able to progress:
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</dependency>