JAMES-2264 all mpt tests should be played

Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/6fc0c7b8
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/6fc0c7b8
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/6fc0c7b8

Branch: refs/heads/master
Commit: 6fc0c7b81abd26055ed1cd9075265e4a5d8c2a4b
Parents: f6f70b2
Author: Matthieu Baechler <[email protected]>
Authored: Mon Nov 13 22:53:08 2017 +0100
Committer: Antoine Duprat <[email protected]>
Committed: Fri Dec 22 09:44:59 2017 +0100

----------------------------------------------------------------------
 mpt/impl/imap-mailbox/pom.xml   | 56 ------------------------------------
 mpt/impl/managesieve/pom.xml    | 43 ---------------------------
 mpt/impl/smtp/cassandra/pom.xml | 11 +------
 mpt/impl/smtp/pom.xml           | 23 ---------------
 4 files changed, 1 insertion(+), 132 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/6fc0c7b8/mpt/impl/imap-mailbox/pom.xml
----------------------------------------------------------------------
diff --git a/mpt/impl/imap-mailbox/pom.xml b/mpt/impl/imap-mailbox/pom.xml
index 4ba5585..aeadb51 100644
--- a/mpt/impl/imap-mailbox/pom.xml
+++ b/mpt/impl/imap-mailbox/pom.xml
@@ -144,60 +144,4 @@ ${elasticsearch.includes}, ${jpa-lucene.includes}</include>
         </pluginManagement>
     </build>
 
-    <profiles>
-        <profile>
-            <id>cassandra</id>
-            <properties>
-                <cassandra.includes>**/cassandra/**/*.java</cassandra.includes>
-            </properties>
-        </profile>
-        <profile>
-            <id>hbase</id>
-            <properties>
-                <hbase.includes>**/hbase/**/*.java</hbase.includes>
-            </properties>
-        </profile>
-        <profile>
-            <id>inmemory</id>
-            <properties>
-                <inmemory.includes>**/inmemory/**/*.java</inmemory.includes>
-            </properties>
-        </profile>
-        <profile>
-            <id>jcr</id>
-            <properties>
-                <jcr.includes>**/jcr/**/*.java</jcr.includes>
-            </properties>
-        </profile>
-        <profile>
-            <id>jpa</id>
-            <properties>
-                <jpa.includes>**/jpa/**/*.java</jpa.includes>
-            </properties>
-        </profile>
-        <profile>
-            <id>jpa-lucene</id>
-            <properties>
-                
<jpa-lucene.includes>**/lucenesearch/**/*.java</jpa-lucene.includes>
-            </properties>
-        </profile>
-        <profile>
-            <id>maildir</id>
-            <properties>
-                <maildir.includes>**/maildir/**/*.java</maildir.includes>
-            </properties>
-        </profile>
-        <profile>
-            <id>cyrus</id>
-            <properties>
-                <cyrus.includes>**/cyrus/**/*.java</cyrus.includes>
-            </properties>
-        </profile>
-        <profile>
-            <id>elasticsearch</id>
-            <properties>
-                
<elasticsearch.includes>**/elasticsearch/**/*.java</elasticsearch.includes>
-            </properties>
-        </profile>
-    </profiles>
 </project>

http://git-wip-us.apache.org/repos/asf/james-project/blob/6fc0c7b8/mpt/impl/managesieve/pom.xml
----------------------------------------------------------------------
diff --git a/mpt/impl/managesieve/pom.xml b/mpt/impl/managesieve/pom.xml
index 70a071d..ef90d9e 100644
--- a/mpt/impl/managesieve/pom.xml
+++ b/mpt/impl/managesieve/pom.xml
@@ -59,47 +59,4 @@
         </dependencies>
     </dependencyManagement>
 
-    <profiles>
-        <profile>
-            <id>cassandra</id>
-            <build>
-                <plugins>
-                    <plugin>
-                        <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>maven-surefire-plugin</artifactId>
-                        <configuration>
-                            <includes>
-                                <include>**/cassandra/**/*.java</include>
-                            </includes>
-                            <excludes>
-                                <exclude>**/suite/*.java</exclude>
-                                <exclude>**/suite/**/*.java</exclude>
-                            </excludes>
-                        </configuration>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
-        <profile>
-            <id>file</id>
-            <build>
-                <plugins>
-                    <plugin>
-                        <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>maven-surefire-plugin</artifactId>
-                        <configuration>
-                            <includes>
-                                <include>**/file/**/*.java</include>
-                            </includes>
-                            <excludes>
-                                <exclude>**/suite/*.java</exclude>
-                                <exclude>**/suite/**/*.java</exclude>
-                            </excludes>
-                        </configuration>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
-    </profiles>
-
 </project>

http://git-wip-us.apache.org/repos/asf/james-project/blob/6fc0c7b8/mpt/impl/smtp/cassandra/pom.xml
----------------------------------------------------------------------
diff --git a/mpt/impl/smtp/cassandra/pom.xml b/mpt/impl/smtp/cassandra/pom.xml
index d97ce49..b2c534c 100644
--- a/mpt/impl/smtp/cassandra/pom.xml
+++ b/mpt/impl/smtp/cassandra/pom.xml
@@ -121,14 +121,5 @@
             </plugin>
         </plugins>
     </build>
-
-    <profiles>
-        <profile>
-            <id>cassandra</id>
-            <properties>
-                <cassandra.includes>**/*.java</cassandra.includes>
-            </properties>
-        </profile>
-    </profiles>
-
+    
 </project>

http://git-wip-us.apache.org/repos/asf/james-project/blob/6fc0c7b8/mpt/impl/smtp/pom.xml
----------------------------------------------------------------------
diff --git a/mpt/impl/smtp/pom.xml b/mpt/impl/smtp/pom.xml
index 01e8270..68ecb1b 100644
--- a/mpt/impl/smtp/pom.xml
+++ b/mpt/impl/smtp/pom.xml
@@ -52,27 +52,4 @@
         </dependencies>
     </dependencyManagement>
 
-    <profiles>
-        <profile>
-            <id>cassandra</id>
-            <build>
-                <plugins>
-                    <plugin>
-                        <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>maven-surefire-plugin</artifactId>
-                        <configuration>
-                            <includes>
-                                <include>**/cassandra/**/*.java</include>
-                            </includes>
-                            <excludes>
-                                <exclude>**/suite/*.java</exclude>
-                                <exclude>**/suite/**/*.java</exclude>
-                            </excludes>
-                        </configuration>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
-    </profiles>
-
 </project>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to