You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by wi...@apache.org on 2014/06/13 10:58:42 UTC

[082/100] [abbrv] git commit: trying to enable kiwi backend when another profile (e.g. cleanall) is explicitly activated

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 <wi...@apache.org>
Authored: Tue Apr 15 14:54:31 2014 +0200
Committer: Sergio Fernández <wi...@apache.org>
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>