The automated TCK tests are failing when building the geronimo server from the branches/2.2 source with a missing artifact error[1].
Missing: ---------- 1) org.apache.geronimo.components:geronimo-connector:jar:tests:2.1.3-SNAPSHOT Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.apache.geronimo.components -DartifactId=geronimo-connector -Dversion=2.1.3-20090910.160808-3 -Dclassifier=tests -Dpackaging=jar -Dfile=/path/to/file Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=org.apache.geronimo.components -DartifactId=geronimo-connector -Dversion=2.1.3-20090910.160808-3 -Dclassifier=tests -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] Path to dependency: 1) org.apache.geronimo.modules:geronimo-connector:jar:2.2-SNAPSHOT 2) org.apache.geronimo.components:geronimo-connector:jar:tests:2.1.3-SNAPSHOT ---------- 1 required artifact is missing. for artifact: org.apache.geronimo.modules:geronimo-connector:jar:2.2-SNAPSHOT from the specified remote repositories: central (http://repo1.maven.org/maven2), codehaus.snapshots (http://snapshots.repository.codehaus.org), apache.snapshots (http://repository.apache.org/snapshots) ~Jason Warner
