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 00ed3e278e1e6800513997208893b3091509ccb8
Author: Benoit Tellier <btell...@linagora.com>
AuthorDate: Wed Nov 27 11:54:07 2019 +0700

    JAMES-2993 Create maven module for webadmin-data-jmap
---
 server/protocols/webadmin/pom.xml                  |  1 +
 .../webadmin/{ => webadmin-data-jmap}/pom.xml      | 36 +++++++++++-----------
 2 files changed, 19 insertions(+), 18 deletions(-)

diff --git a/server/protocols/webadmin/pom.xml 
b/server/protocols/webadmin/pom.xml
index 2758ade..82edadd 100644
--- a/server/protocols/webadmin/pom.xml
+++ b/server/protocols/webadmin/pom.xml
@@ -37,6 +37,7 @@
         <module>webadmin-cassandra-data</module>
         <module>webadmin-core</module>
         <module>webadmin-data</module>
+        <module>webadmin-data-jmap</module>
         <module>webadmin-mailbox</module>
         <module>webadmin-mailbox-deleted-message-vault</module>
         <module>webadmin-mailqueue</module>
diff --git a/server/protocols/webadmin/pom.xml 
b/server/protocols/webadmin/webadmin-data-jmap/pom.xml
similarity index 64%
copy from server/protocols/webadmin/pom.xml
copy to server/protocols/webadmin/webadmin-data-jmap/pom.xml
index 2758ade..9ac8a75 100644
--- a/server/protocols/webadmin/pom.xml
+++ b/server/protocols/webadmin/webadmin-data-jmap/pom.xml
@@ -19,29 +19,29 @@
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
     <modelVersion>4.0.0</modelVersion>
-
     <parent>
         <groupId>org.apache.james</groupId>
-        <artifactId>james-project</artifactId>
+        <artifactId>james-server</artifactId>
         <version>3.5.0-SNAPSHOT</version>
         <relativePath>../../../pom.xml</relativePath>
     </parent>
 
-    <artifactId>james-server-webadmin</artifactId>
-    <packaging>pom</packaging>
-
-    <name>Apache James :: Server :: Web Admin</name>
+    <artifactId>james-server-webadmin-data-jmap</artifactId>
 
-    <modules>
-        <module>webadmin-cassandra</module>
-        <module>webadmin-cassandra-data</module>
-        <module>webadmin-core</module>
-        <module>webadmin-data</module>
-        <module>webadmin-mailbox</module>
-        <module>webadmin-mailbox-deleted-message-vault</module>
-        <module>webadmin-mailqueue</module>
-        <module>webadmin-mailrepository</module>
-        <module>webadmin-swagger</module>
-    </modules>
+    <name>Apache James :: Server :: Web Admin :: data :: JMAP</name>
 
-</project>
+    <dependencies>
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>james-server-data-jmap</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>james-server-jmap-draft</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>${james.groupId}</groupId>
+            <artifactId>james-server-webadmin-core</artifactId>
+        </dependency>
+    </dependencies>
+</project>
\ No newline at end of file


---------------------------------------------------------------------
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