[infinispan-commits] Infinispan SVN: r1203 - in trunk: demos/directory and 1 other directory.

infinispan-commits at lists.jboss.org infinispan-commits at lists.jboss.org
Tue Nov 17 10:23:21 EST 2009


Author: mircea.markus
Date: 2009-11-17 10:23:21 -0500 (Tue, 17 Nov 2009)
New Revision: 1203

Modified:
   trunk/demos/directory/pom.xml
   trunk/pom.xml
Log:
updated pom to accomodate directroy sample

Modified: trunk/demos/directory/pom.xml
===================================================================
--- trunk/demos/directory/pom.xml	2009-11-17 13:40:09 UTC (rev 1202)
+++ trunk/demos/directory/pom.xml	2009-11-17 15:23:21 UTC (rev 1203)
@@ -11,6 +11,29 @@
       <relativePath>../../parent/pom.xml</relativePath>
    </parent>
 
+   <build>
+      <plugins>
+         <plugin>
+            <groupId>org.codehaus.mojo</groupId>
+            <artifactId>exec-maven-plugin</artifactId>
+            <version>1.1</version>
+            <configuration>
+               <mainClass>org.infinispan.demos.directory.FilesystemDirectory</mainClass>
+               <systemProperties>
+                  <systemProperty>
+                     <key>bind.address</key>
+                     <value>127.0.0.1</value>
+                  </systemProperty>
+                  <systemProperty>
+                     <key>java.net.preferIPv4Stack</key>
+                     <value>true</value>
+                  </systemProperty>
+               </systemProperties>
+            </configuration>
+         </plugin>
+      </plugins>
+   </build>
+
    <artifactId>infinispan-directory-demo</artifactId>
    <version>4.0.0-SNAPSHOT</version>
    <name>Infinispan Directory Demo</name>

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2009-11-17 13:40:09 UTC (rev 1202)
+++ trunk/pom.xml	2009-11-17 15:23:21 UTC (rev 1203)
@@ -33,6 +33,7 @@
       <module>jopr-plugin</module>
       <module>demos/gui</module>
       <module>demos/ec2</module>
+      <module>demos/directory</module>
       <module>demos/lucene-directory</module>
       <module>tools</module>
    </modules>



More information about the infinispan-commits mailing list