This is an automated email from the ASF dual-hosted git repository.

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit 52f1dd583ea6e96df81a0bb46e2f697256e179dd
Author: Benoit Tellier <btell...@linagora.com>
AuthorDate: Fri Sep 27 14:23:29 2019 +0700

    JAMES-2813 Add description to tasks maven modules
---
 server/task/task-api/pom.xml    | 1 +
 server/task/task-json/pom.xml   | 1 +
 server/task/task-memory/pom.xml | 1 +
 3 files changed, 3 insertions(+)

diff --git a/server/task/task-api/pom.xml b/server/task/task-api/pom.xml
index 38bd78b..5c6fea7 100644
--- a/server/task/task-api/pom.xml
+++ b/server/task/task-api/pom.xml
@@ -30,6 +30,7 @@
 
     <artifactId>james-server-task-api</artifactId>
     <name>Apache James :: Server :: Task :: API</name>
+    <description>Defines the TaskManager API allow to manage James' long 
running jobs</description>
 
     <dependencies>
         <dependency>
diff --git a/server/task/task-json/pom.xml b/server/task/task-json/pom.xml
index 697fb65..2b18599 100644
--- a/server/task/task-json/pom.xml
+++ b/server/task/task-json/pom.xml
@@ -30,6 +30,7 @@
 
     <artifactId>james-server-task-json</artifactId>
     <name>Apache James :: Server :: Task :: Json</name>
+    <description>Utilities for serializing and de-serializing tasks and their 
additionalInformation</description>
 
     <dependencies>
         <dependency>
diff --git a/server/task/task-memory/pom.xml b/server/task/task-memory/pom.xml
index 90e0b0f..0b60d59 100644
--- a/server/task/task-memory/pom.xml
+++ b/server/task/task-memory/pom.xml
@@ -30,6 +30,7 @@
 
     <artifactId>james-server-task-memory</artifactId>
     <name>Apache James :: Server :: Task :: Memory implementation</name>
+    <description>Memory implementation, event based for the 
TaskManager</description>
 
     <dependencies>
         <dependency>


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to