trying to enable kiwi backend when another profile (e.g. cleanall) is explicitly activated
Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/c3b393eb Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/c3b393eb Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/c3b393eb Branch: refs/heads/ldp Commit: c3b393eb64a351211e52417b79aa074a0887138e Parents: e680766 Author: Sergio Fernández <[email protected]> Authored: Tue Apr 15 14:54:31 2014 +0200 Committer: Sergio Fernández <[email protected]> Committed: Tue Apr 15 14:54:31 2014 +0200 ---------------------------------------------------------------------- launchers/marmotta-webapp/pom.xml | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/c3b393eb/launchers/marmotta-webapp/pom.xml ---------------------------------------------------------------------- diff --git a/launchers/marmotta-webapp/pom.xml b/launchers/marmotta-webapp/pom.xml index 3dc1aa2..91d7dda 100644 --- a/launchers/marmotta-webapp/pom.xml +++ b/launchers/marmotta-webapp/pom.xml @@ -204,7 +204,6 @@ <profile> <id>kiwi</id> <activation> - <activeByDefault>true</activeByDefault> <property> <name>marmotta.backend</name> <value>kiwi</value> @@ -284,7 +283,6 @@ <groupId>com.thinkaurelius.titan</groupId> <artifactId>titan-hbase</artifactId> <version>${titan.version}</version> - <exclusions> <exclusion> <groupId>org.mortbay.jetty</groupId>
