Quick question regarding specs.
My build just failed due to a missing dependency: geronimo-spec-javamail-1.3.1-SNAPSHOT.jar. I went into the geronimo\specs\javamail directory and ran maven which build the missing jar file. I was under the impression that we didn't have to explicitly build the specs anymore. Is this correct?
If needed the command line for the main build was:
maven -Dmaven.test.skip=true -Dmaven.itest.skip=true clean default
Thanks Mark
