JAMES-2264 tests should all be executed by default
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/0f44851f Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/0f44851f Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/0f44851f Branch: refs/heads/master Commit: 0f44851f5edcd8a0795bbd1d96f63c45f4fa4be8 Parents: c402ecf Author: Matthieu Baechler <[email protected]> Authored: Mon Nov 13 22:45:51 2017 +0100 Committer: Antoine Duprat <[email protected]> Committed: Fri Dec 22 09:44:59 2017 +0100 ---------------------------------------------------------------------- server/protocols/jmap-integration-testing/pom.xml | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/0f44851f/server/protocols/jmap-integration-testing/pom.xml ---------------------------------------------------------------------- diff --git a/server/protocols/jmap-integration-testing/pom.xml b/server/protocols/jmap-integration-testing/pom.xml index c684796..ed38f3f 100644 --- a/server/protocols/jmap-integration-testing/pom.xml +++ b/server/protocols/jmap-integration-testing/pom.xml @@ -33,21 +33,9 @@ <name>Apache James :: Server :: JMAP :: Integration testing</name> <modules> + <module>cassandra-jmap-integration-testing</module> <module>jmap-integration-testing-common</module> + <module>memory-jmap-integration-testing</module> </modules> - <profiles> - <profile> - <id>cassandra</id> - <modules> - <module>cassandra-jmap-integration-testing</module> - </modules> - </profile> - <profile> - <id>inmemory</id> - <modules> - <module>memory-jmap-integration-testing</module> - </modules> - </profile> - </profiles> </project> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
