Repository: archiva
Updated Branches:
  refs/heads/master 90e775b84 -> 2e60a7447


add cassandra profile as described in README


Project: http://git-wip-us.apache.org/repos/asf/archiva/repo
Commit: http://git-wip-us.apache.org/repos/asf/archiva/commit/2e60a744
Tree: http://git-wip-us.apache.org/repos/asf/archiva/tree/2e60a744
Diff: http://git-wip-us.apache.org/repos/asf/archiva/diff/2e60a744

Branch: refs/heads/master
Commit: 2e60a744779c4863f9553946322e72543c538dbc
Parents: 90e775b
Author: Olivier Lamy <[email protected]>
Authored: Wed Apr 16 14:40:25 2014 +1000
Committer: Olivier Lamy <[email protected]>
Committed: Wed Apr 16 14:40:25 2014 +1000

----------------------------------------------------------------------
 archiva-modules/archiva-web/archiva-webapp/pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/archiva/blob/2e60a744/archiva-modules/archiva-web/archiva-webapp/pom.xml
----------------------------------------------------------------------
diff --git a/archiva-modules/archiva-web/archiva-webapp/pom.xml 
b/archiva-modules/archiva-web/archiva-webapp/pom.xml
index 5294bde..b82b868 100644
--- a/archiva-modules/archiva-web/archiva-webapp/pom.xml
+++ b/archiva-modules/archiva-web/archiva-webapp/pom.xml
@@ -1099,4 +1099,13 @@
     </plugins>
   </build>
 
+  <profiles>
+    <profile>
+      <id>cassandra</id>
+      <properties>
+        
<archiva.repositorySessionFactory.id>cassandra</archiva.repositorySessionFactory.id>
+      </properties>
+    </profile>
+  </profiles>
+
 </project>

Reply via email to