I'm running into the following build error...
INFO] ----------------------------------------------------------------------------
[INFO] Building Geronimo Configs :: JavaMail
[INFO] task-segment: [install]
[INFO] ----------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [car:prepare-plan]
[INFO] Generated: /Users/sppatel/geronimo/trunk/configs/javamail/target/plan/plan.xml
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) org.apache.geronimo.javamail:geronimo-javamail_1.3_mail:jar:1.0-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.geronimo.javamail -DartifactId=geronimo-javamail_1.3_mail \
-Dversion=1.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
Path to dependency:
1) org.apache.geronimo.configs:javamail:car:1.2-SNAPSHOT
2) org.apache.geronimo.javamail:geronimo-javamail_1.3_mail:jar:1.0-SNAPSHOT
----------
1 required artifact is missing.
for artifact:
org.apache.geronimo.configs:javamail:car:1.2-SNAPSHOT
from the specified remote repositories:
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4 minutes 36 seconds
[INFO] Finished at: Fri Aug 18 13:46:49 EDT 2006
[INFO] Final Memory: 67M/508M
[INFO] ------------------------------------------------------------------------