From bb59c8ffbbedf0f28a3241932bbd3d467044a79c Mon Sep 17 00:00:00 2001 From: akonczak Date: Sun, 11 Aug 2013 13:44:56 -0700 Subject: [PATCH] Created [HELP] Missing plugin com.springsource.bundlor:com.springsource.bundlor.maven:1.0.0.RELEASE (markdown) --- ...pringsource.bundlor.maven:1.0.0.RELEASE.md | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 [HELP]-Missing-plugin-com.springsource.bundlor:com.springsource.bundlor.maven:1.0.0.RELEASE.md diff --git a/[HELP]-Missing-plugin-com.springsource.bundlor:com.springsource.bundlor.maven:1.0.0.RELEASE.md b/[HELP]-Missing-plugin-com.springsource.bundlor:com.springsource.bundlor.maven:1.0.0.RELEASE.md new file mode 100644 index 0000000..8f2c41d --- /dev/null +++ b/[HELP]-Missing-plugin-com.springsource.bundlor:com.springsource.bundlor.maven:1.0.0.RELEASE.md @@ -0,0 +1,21 @@ +Problem: Missing plugin com.springsource.bundlor:com.springsource.bundlor.maven:1.0.0.RELEASE + +Solution 1: +Add this to the pom.xml (not preferred). + + + + com.springsource.repository.bundles.release + http://repository.springsource.com/maven/bundles/release + + + +Solution 2: +Create a file 'settings.xml' in your .m2 folder and add this fragment to it. + + + com.springsource.repository.bundles.release + http://repository.springsource.com/maven/bundles/release + + +I have added entire settings.xml as an example 'https://github.com/akonczak/spring-data-elasticsearch-mvn-config/blob/master/settings.xml'. \ No newline at end of file