Looks like a naming issue on those artifacts. Savant is actually using
the better group naming that follows the URL naming convention. The
javax is the top-level-domain and mail is the hostname of sorts. This
makes it easier to find all the javax artifacts. Both Maven and Savant
use an inverted folder hierarchy based on the group URL. Savant's
follow a more standard pattern than Maven's. Plus, those artifacts are
sometimes incorrectly named and placed in the Maven repositories.
If you consider that javax.mail would go into a folder named mail/
javax, this is backwards. All the similar artifacts should be grouped
into the same top level directory. So, in fact, the group should be
mail.javax and the directory should be javax/mail. This is all because
the URL is inverted and then turned into directories.
However, looks like Savant does have some errors with the names:
http://savant.inversoft.org/javax/mail/mail/1.4/javamail-1.4.jar
The JAR file should be named mail-1.4.jar instead. That is the more
correct approach. I've fixed that issue. You can now grab them here:
http://savant.inversoft.org/javax/mail/mail/1.4/mail-1.4.jar
The other JAR files don't seem to be in the Savant repository. If you
want to get access to the SubVersion repository that backs the Savant
repository, let me know. I must warn you that adding JAR files is a
tedious and painful process. ;)
-bp