mefoster
|
Posted: December 01, 2009 17:29 by mefoster
|
|
Hi! I was just wondering whether the sourcecode for the imap, pop3, smtp, and mailapi was available ... I see that there is source for the mail and dsn packages, and the Jars in the Maven repository have class files for the other packages, but the sources are empty For example, look here: http://download.java.net/maven/2/javax/mail/mailapi/1.4.3/ Is this intentional? |
Where is the source for imap, pop3, smtp, mailapi?
Replies: 1 - Last Post: December 02, 2009 06:07
by: shannon
by: shannon
showing 1 - 2 of 2
shannon
|
Posted: December 02, 2009 06:07 by shannon
|
|
It's an artifact of the way the maven projects are set up. Everything is built from one project and appears in mail.jar. The other jar files are derived from mail.jar by extracting the relevant class files. Because of that, maven doesn't know what source files to publish when the jar files are published. |
Replies: 1 - Last Post: December 02, 2009 06:07
by: shannon
by: shannon







