Add contributors to Maven POM

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@377 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2009-02-19 22:17:58 +00:00
parent 8dd6018aaf
commit 489381e2d4
1 changed files with 41 additions and 7 deletions

48
pom.xml
View File

@ -9,13 +9,13 @@
<name>DavMail POP/IMAP/SMTP/Caldav/LDAP Exchange Gateway</name> <name>DavMail POP/IMAP/SMTP/Caldav/LDAP Exchange Gateway</name>
<url>http://www.sourceforge.net/projects/davmail</url> <url>http://www.sourceforge.net/projects/davmail</url>
<description> <description>
Ever wanted to get rid of Outlook ? DavMail is a POP/IMAP/SMTP/Caldav/LDAP exchange gateway allowing Ever wanted to get rid of Outlook ? DavMail is a POP/IMAP/SMTP/Caldav/LDAP exchange gateway allowing
users to use any mail/calendar client (e.g. Thunderbird with Lightning or Apple iCal) with an Exchange server, users to use any mail/calendar client (e.g. Thunderbird with Lightning or Apple iCal) with an Exchange server,
even from the internet or behind a firewall through Outlook Web Access. DavMail now includes an even from the internet or behind a firewall through Outlook Web Access. DavMail now includes an
LDAP gateway to Exchange global address book to allow recipient address completion in mail compoze LDAP gateway to Exchange global address book to allow recipient address completion in mail compoze
window and full calendar support with attendees free/busy display. window and full calendar support with attendees free/busy display.
DavMail gateway is implemented in java and should run on any platform. Releases are tested on Windows, DavMail gateway is implemented in java and should run on any platform. Releases are tested on Windows,
Linux (Ubuntu) and Mac OSX. Tray does not work on MacOS and is replaced with a full frame. Linux (Ubuntu) and Mac OSX. Tray does not work on MacOS and is replaced with a full frame.
Tested successfully with the Iphone (gateway running on a server). Tested successfully with the Iphone (gateway running on a server).
</description> </description>
<developers> <developers>
@ -30,6 +30,40 @@
</roles> </roles>
</developer> </developer>
</developers> </developers>
<contributors>
<contributor>
<name>John Ahern</name>
<email>jahern2502@users.sourceforge.net</email>
<url>http://sourceforge.net/users/jahern2502</url>
<roles>
<role>Java Contributor</role>
</roles>
</contributor>
<contributor>
<name>Henning Holtschneider</name>
<email>hehol@users.sourceforge.net</email>
<url>http://sourceforge.net/users/hehol</url>
<roles>
<role>Tester</role>
</roles>
</contributor>
<contributor>
<name>Shocker</name>
<email>gkwait@users.sourceforge.net</email>
<url>http://sourceforge.net/users/gkwait</url>
<roles>
<role>Tester</role>
</roles>
</contributor>
<contributor>
<name>Guido</name>
<email>guido2@users.sourceforge.net</email>
<url>http://sourceforge.net/users/guido2</url>
<roles>
<role>Tester</role>
</roles>
</contributor>
</contributors>
<licenses> <licenses>
<license> <license>
<name>GNU General Public License</name> <name>GNU General Public License</name>