JAMES-2264 jpa should not be disabled any longer
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/a26b60a2 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/a26b60a2 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/a26b60a2 Branch: refs/heads/master Commit: a26b60a2a356b5127ccfbb4d70a428c45bd9be46 Parents: 60517e1 Author: Matthieu Baechler <[email protected]> Authored: Mon Nov 13 22:38:10 2017 +0100 Committer: Antoine Duprat <[email protected]> Committed: Fri Dec 22 09:44:59 2017 +0100 ---------------------------------------------------------------------- server/container/guice/jpa-common-guice/pom.xml | 8 -------- server/container/guice/jpa-guice/pom.xml | 8 -------- server/container/guice/jpa-smtp/pom.xml | 8 -------- 3 files changed, 24 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/a26b60a2/server/container/guice/jpa-common-guice/pom.xml ---------------------------------------------------------------------- diff --git a/server/container/guice/jpa-common-guice/pom.xml b/server/container/guice/jpa-common-guice/pom.xml index 3aa275f..393ee33 100644 --- a/server/container/guice/jpa-common-guice/pom.xml +++ b/server/container/guice/jpa-common-guice/pom.xml @@ -71,12 +71,4 @@ </plugins> </build> - <profiles> - <profile> - <id>jpa</id> - <properties> - <jpa.includes>**/*.java</jpa.includes> - </properties> - </profile> - </profiles> </project> http://git-wip-us.apache.org/repos/asf/james-project/blob/a26b60a2/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 7104f98..d61ec25 100644 --- a/server/container/guice/jpa-guice/pom.xml +++ b/server/container/guice/jpa-guice/pom.xml @@ -225,12 +225,4 @@ </plugins> </build> - <profiles> - <profile> - <id>jpa</id> - <properties> - <jpa.includes>**/*.java</jpa.includes> - </properties> - </profile> - </profiles> </project> http://git-wip-us.apache.org/repos/asf/james-project/blob/a26b60a2/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 f180685..b69c6a8 100644 --- a/server/container/guice/jpa-smtp/pom.xml +++ b/server/container/guice/jpa-smtp/pom.xml @@ -197,12 +197,4 @@ </plugins> </build> - <profiles> - <profile> - <id>jpa</id> - <properties> - <jpa.includes>**/*.java</jpa.includes> - </properties> - </profile> - </profiles> </project> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
