diff --git a/samples/hello-world/pom.xml b/samples/hello-world/pom.xml index 6ace43cb..c9ec2bbd 100644 --- a/samples/hello-world/pom.xml +++ b/samples/hello-world/pom.xml @@ -1,13 +1,13 @@ - - samples - org.springframework.data.gemfire.samples - 1.0.1.BUILD-SNAPSHOT - ../ - - 4.0.0 + + samples + org.springframework.data.gemfire.samples + 1.0.1.BUILD-SNAPSHOT + ../ + + 4.0.0 org.springframework.data.gemfire.samples hello-world 1.0.1.BUILD-SNAPSHOT @@ -16,28 +16,34 @@ A simple Hello World example illustrating the basic steps in configuring GemFire with Spring - - + + org.apache.maven.plugins - maven-jar-plugin - 2.1 - - - - org.springframework.data.gemfire.samples.helloworld.Main - - - - - - org.codehaus.mojo - exec-maven-plugin - 1.1 - - org.springframework.data.gemfire.samples.helloworld.Main - - - - + maven-jar-plugin + 2.1 + + + + org.springframework.data.gemfire.samples.helloworld.Main + + + + + + org.codehaus.mojo + exec-maven-plugin + 1.1 + + org.springframework.data.gemfire.samples.helloworld.Main + + + java.net.preferIPv4Stack + true + + + + + + \ No newline at end of file diff --git a/samples/readme.txt b/samples/readme.txt index eda5621d..3a307bf9 100644 --- a/samples/readme.txt +++ b/samples/readme.txt @@ -23,4 +23,10 @@ All demos require Maven 2.0.7+ and JDK 1.5+. Each module should be run from its top folder using maven: -# mvn clean install \ No newline at end of file +# mvn clean install + +RUNNING UNDER LINUX +------------------- + +If you experience network problems under Linux, try passing "-Djava.net.preferIPv4Stack=true" to the command. +See https://jira.springsource.org/browse/SGF-28 for more information. \ No newline at end of file