Doc: update project description in Maven pom and ant package

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@982 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2010-04-01 09:10:57 +00:00
parent 87189cc2fd
commit 3e4d4e58b3
2 changed files with 39 additions and 24 deletions

View File

@ -142,15 +142,22 @@
<version upstream="${release}"/> <version upstream="${release}"/>
<maintainer email="mguessan@free.fr" name="Mickaël Guessant"/> <maintainer email="mguessan@free.fr" name="Mickaël Guessant"/>
<description synopsis="DavMail POP/IMAP/SMTP/Caldav/LDAP Exchange Gateway"> <description synopsis="DavMail POP/IMAP/SMTP/Caldav/LDAP Exchange Gateway">
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
users to use any mail/calendar client (e.g. Thunderbird with Lightning or Apple iCal) with an Exchange allowing users to use any mail/calendar client (e.g. Thunderbird with Lightning or Apple iCal) with
server, an Exchange server, even from the internet or behind a firewall through Outlook Web Access.
even from the internet or behind a firewall through Outlook Web Access. DavMail now includes an DavMail now includes an LDAP gateway to Exchange global address book and user personal contacts
LDAP gateway to Exchange global address book to allow recipient address completion in mail compoze to allow recipient address completion in mail compose window and full calendar support
window and full calendar support with attendees free/busy display. with attendees free/busy display.
The main goal of DavMail is to provide standard compliant protocols in front of proprietary
Exchange. This means LDAP for address book, SMTP to send messages, IMAP to browse messages
on the server in any folder, POP to retrieve inbox messages only and Caldav for calendar support.
Thus any standard compliant client can be used with Microsoft Exchange.
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).
DavMail gateway is implemented in java and should run on any platform. Releases are tested
on Windows, Linux (Ubuntu) and Mac OSX. Tested successfully with the Iphone
(gateway running on a server).
http://davmail.sourceforge.net http://davmail.sourceforge.net
</description> </description>

44
pom.xml
View File

@ -8,19 +8,27 @@
<version>3.6.4</version> <version>3.6.4</version>
<name>DavMail POP/IMAP/SMTP/Caldav/LDAP Exchange Gateway</name> <name>DavMail POP/IMAP/SMTP/Caldav/LDAP Exchange Gateway</name>
<organization> <organization>
<name>Mickaël Guessant</name> <name>Mickaël Guessant</name>
</organization> </organization>
<url>http://www.sourceforge.net/projects/davmail</url> <url>http://www.sourceforge.net/projects/davmail</url>
<inceptionYear>2001</inceptionYear> <inceptionYear>2001</inceptionYear>
<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
users to use any mail/calendar client (e.g. Thunderbird with Lightning or Apple iCal) with an Exchange server, allowing users to use any mail/calendar client (e.g. Thunderbird with Lightning or Apple iCal) with
even from the internet or behind a firewall through Outlook Web Access. DavMail now includes an an Exchange server, even from the internet or behind a firewall through Outlook Web Access.
LDAP gateway to Exchange global address book to allow recipient address completion in mail compoze DavMail now includes an LDAP gateway to Exchange global address book and user personal contacts
window and full calendar support with attendees free/busy display. to allow recipient address completion in mail compose window and full calendar support
with attendees free/busy display.
The main goal of DavMail is to provide standard compliant protocols in front of proprietary
Exchange. This means LDAP for address book, SMTP to send messages, IMAP to browse messages
on the server in any folder, POP to retrieve inbox messages only and Caldav for calendar support.
Thus any standard compliant client can be used with Microsoft Exchange.
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).
DavMail gateway is implemented in java and should run on any platform. Releases are tested
on Windows, Linux (Ubuntu) and Mac OSX. Tested successfully with the Iphone
(gateway running on a server).
</description> </description>
<developers> <developers>
<developer> <developer>
@ -169,7 +177,7 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.slf4j</groupId> <groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId> <artifactId>slf4j-log4j12</artifactId>
<version>1.3.1</version> <version>1.3.1</version>
</dependency> </dependency>
<dependency> <dependency>
@ -189,7 +197,7 @@
<exclusions> <exclusions>
<exclusion> <exclusion>
<groupId>javax.jms</groupId> <groupId>javax.jms</groupId>
<artifactId>jms</artifactId> <artifactId>jms</artifactId>
</exclusion> </exclusion>
<exclusion> <exclusion>
<groupId>com.sun.jdmk</groupId> <groupId>com.sun.jdmk</groupId>
@ -237,11 +245,11 @@
</dependencies> </dependencies>
<pluginRepositories> <pluginRepositories>
<pluginRepository> <pluginRepository>
<id>apache.snapshots</id> <id>apache.snapshots</id>
<url>http://repository.apache.org/snapshots</url> <url>http://repository.apache.org/snapshots</url>
<releases> <releases>
<enabled>false</enabled> <enabled>false</enabled>
</releases> </releases>
</pluginRepository> </pluginRepository>
</pluginRepositories> </pluginRepositories>
<build> <build>
@ -256,10 +264,10 @@
</configuration> </configuration>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId> <artifactId>maven-site-plugin</artifactId>
<version>2.1-SNAPSHOT</version> <version>2.1-SNAPSHOT</version>
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
<distributionManagement> <distributionManagement>