diff --git a/How-to-start-with-spring-data-elasticsearch.creole b/How-to-start-with-spring-data-elasticsearch.creole index 466b85c..f4e4565 100644 --- a/How-to-start-with-spring-data-elasticsearch.creole +++ b/How-to-start-with-spring-data-elasticsearch.creole @@ -10,11 +10,13 @@ First add to your pom.xml file information about snapshot repository for spring- {{{ +... spring-snapshot Spring Maven SNAPSHOT Repository http://repo.springsource.org/libs-snapshot +... }}} @@ -51,6 +53,7 @@ Snapshot spring repository: http://repo.springsource.org/libs-snapshot }}} + Snapshot spring plugin repository: {{{ @@ -59,7 +62,9 @@ Snapshot spring plugin repository: }}} - +The best way to do that without polluting spring-data-elasticsearch pom.xml is create/edit 'settings.xml' file in your '.m2' folder. + +Example of the file can be found [[https://github.com/akonczak/spring-data-elasticsearch-mvn-config/blob/master/settings.xml|here]]