Repository: marmotta Updated Branches: refs/heads/MARMOTTA-450 2c5e8529c -> d04e10b85
- add EHCache backend as profile to webapp launcher Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/d04e10b8 Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/d04e10b8 Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/d04e10b8 Branch: refs/heads/MARMOTTA-450 Commit: d04e10b85f3ae9f946025089adc3c2c0beb1bbc6 Parents: 2c5e852 Author: Sebastian Schaffert <[email protected]> Authored: Mon Mar 17 11:18:13 2014 +0100 Committer: Sebastian Schaffert <[email protected]> Committed: Mon Mar 17 11:18:13 2014 +0100 ---------------------------------------------------------------------- launchers/marmotta-webapp/pom.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/d04e10b8/launchers/marmotta-webapp/pom.xml ---------------------------------------------------------------------- diff --git a/launchers/marmotta-webapp/pom.xml b/launchers/marmotta-webapp/pom.xml index 36c45df..1364170 100644 --- a/launchers/marmotta-webapp/pom.xml +++ b/launchers/marmotta-webapp/pom.xml @@ -381,6 +381,23 @@ </dependencies> </profile> + <profile> + <id>ehcache</id> + <activation> + <property> + <name>marmotta.caching</name> + <value>ehcache</value> + </property> + </activation> + <dependencies> + <dependency> + <groupId>org.apache.marmotta</groupId> + <artifactId>kiwi-caching-ehcache</artifactId> + <version>${project.version}</version> + </dependency> + </dependencies> + </profile> + <profile> <id>cleanall</id>
