Author: nzamosenchuk
Date: 2012-02-02 04:03:09 -0500 (Thu, 02 Feb 2012)
New Revision: 5560
Modified:
jcr/trunk/applications/Readme.txt
Log:
EXOJCR-1696 : Introduced profile 'ispn' for applications and ear.
Modified: jcr/trunk/applications/Readme.txt
===================================================================
--- jcr/trunk/applications/Readme.txt 2012-02-02 08:21:37 UTC (rev 5559)
+++ jcr/trunk/applications/Readme.txt 2012-02-02 09:03:09 UTC (rev 5560)
@@ -5,7 +5,7 @@
1.2. exo directory structure.
1.3. Maven version 2.2.1 (or higher).
1.4. Make sure you have run mvn instal within ./config folder.
-2. Go to folder "exo.jcr.applications.tomcat" and run "mvn clean install
-P deploy" command.
+2. Go to folder "exo.jcr.applications.tomcat" and run "mvn clean install
-Pdeploy" command. This will pack JCR with JBoss Cache based components. Or run
"mvn clean install -Pdeploy,ispn" to pack JCR with Infinispan based components.
2.1 If you want to deploy JBoss or Jonas use exo.jcr.applications.jboss or
exo.jcr.applications.jonas respectively.
3. If the command has executed successfully, go to exo-tomcat and run "eXo run"
command.