mirror of
https://github.com/spring-projects/spring-data-elasticsearch.git
synced 2025-06-13 23:52:10 +00:00
Created [HELP] Missing plugin com.springsource.bundlor:com.springsource.bundlor.maven:1.0.0.RELEASE (markdown)
parent
01cc5bc6cd
commit
bb59c8ffbb
21
[HELP]-Missing-plugin-com.springsource.bundlor:com.springsource.bundlor.maven:1.0.0.RELEASE.md
Normal file
21
[HELP]-Missing-plugin-com.springsource.bundlor:com.springsource.bundlor.maven:1.0.0.RELEASE.md
Normal file
@ -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).
|
||||
|
||||
<pluginRepositories>
|
||||
<pluginRepository>
|
||||
<id>com.springsource.repository.bundles.release</id>
|
||||
<url>http://repository.springsource.com/maven/bundles/release</url>
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
|
||||
Solution 2:
|
||||
Create a file 'settings.xml' in your .m2 folder and add this fragment to it.
|
||||
|
||||
<pluginRepository>
|
||||
<id>com.springsource.repository.bundles.release</id>
|
||||
<url>http://repository.springsource.com/maven/bundles/release</url>
|
||||
</pluginRepository>
|
||||
|
||||
I have added entire settings.xml as an example 'https://github.com/akonczak/spring-data-elasticsearch-mvn-config/blob/master/settings.xml'.
|
Loading…
x
Reference in New Issue
Block a user