JAMES-2406 Re-enable some manage sieve tests
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/9df48705 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/9df48705 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/9df48705 Branch: refs/heads/master Commit: 9df48705dd6c1e188b98a59e7e3169d831ef4b7e Parents: d7d6070 Author: benwa <[email protected]> Authored: Thu May 31 12:03:58 2018 +0700 Committer: Matthieu Baechler <[email protected]> Committed: Wed Jun 6 09:00:10 2018 +0200 ---------------------------------------------------------------------- mpt/impl/managesieve/cassandra/pom.xml | 14 -------------- mpt/impl/managesieve/file/pom.xml | 14 -------------- 2 files changed, 28 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/9df48705/mpt/impl/managesieve/cassandra/pom.xml ---------------------------------------------------------------------- diff --git a/mpt/impl/managesieve/cassandra/pom.xml b/mpt/impl/managesieve/cassandra/pom.xml index bdefdac..521da37 100644 --- a/mpt/impl/managesieve/cassandra/pom.xml +++ b/mpt/impl/managesieve/cassandra/pom.xml @@ -51,18 +51,4 @@ </dependency> </dependencies> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <configuration> - <excludes> - <exclude>**/suite/*.java</exclude> - <exclude>**/suite/**/*.java</exclude> - </excludes> - </configuration> - </plugin> - </plugins> - </build> </project> http://git-wip-us.apache.org/repos/asf/james-project/blob/9df48705/mpt/impl/managesieve/file/pom.xml ---------------------------------------------------------------------- diff --git a/mpt/impl/managesieve/file/pom.xml b/mpt/impl/managesieve/file/pom.xml index a0d633d..339e6a2 100644 --- a/mpt/impl/managesieve/file/pom.xml +++ b/mpt/impl/managesieve/file/pom.xml @@ -45,18 +45,4 @@ </dependency> </dependencies> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <configuration> - <excludes> - <exclude>**/suite/*.java</exclude> - <exclude>**/suite/**/*.java</exclude> - </excludes> - </configuration> - </plugin> - </plugins> - </build> </project> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
