JAMES-2350 Some JPA test were not played Due to dis-activated profiles...
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/b635fa61 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/b635fa61 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/b635fa61 Branch: refs/heads/master Commit: b635fa61eb8335de360a6a7992584feabd830150 Parents: 0f1f2f2 Author: benwa <[email protected]> Authored: Wed Mar 14 15:03:32 2018 +0700 Committer: benwa <[email protected]> Committed: Thu Mar 15 15:54:18 2018 +0700 ---------------------------------------------------------------------- server/container/guice/jpa-guice/pom.xml | 13 ------------- server/container/guice/jpa-smtp/pom.xml | 13 ------------- 2 files changed, 26 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/b635fa61/server/container/guice/jpa-guice/pom.xml ---------------------------------------------------------------------- diff --git a/server/container/guice/jpa-guice/pom.xml b/server/container/guice/jpa-guice/pom.xml index 26f8f20..1df58c1 100644 --- a/server/container/guice/jpa-guice/pom.xml +++ b/server/container/guice/jpa-guice/pom.xml @@ -217,19 +217,6 @@ <artifactId>maven-bundle-plugin</artifactId> <extensions>true</extensions> </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <configuration> - <excludes> - <exclude>**/suite/*.java</exclude> - <exclude>**/suite/**/*.java</exclude> - </excludes> - <includes> - <include>${jpa.includes}</include> - </includes> - </configuration> - </plugin> </plugins> </build> http://git-wip-us.apache.org/repos/asf/james-project/blob/b635fa61/server/container/guice/jpa-smtp/pom.xml ---------------------------------------------------------------------- diff --git a/server/container/guice/jpa-smtp/pom.xml b/server/container/guice/jpa-smtp/pom.xml index 89947b5..6097cbd 100644 --- a/server/container/guice/jpa-smtp/pom.xml +++ b/server/container/guice/jpa-smtp/pom.xml @@ -189,19 +189,6 @@ <artifactId>maven-bundle-plugin</artifactId> <extensions>true</extensions> </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <configuration> - <excludes> - <exclude>**/suite/*.java</exclude> - <exclude>**/suite/**/*.java</exclude> - </excludes> - <includes> - <include>${jpa.includes}</include> - </includes> - </configuration> - </plugin> </plugins> </build> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
