mirror of
https://github.com/spring-projects/spring-data-elasticsearch.git
synced 2025-06-14 16:12:11 +00:00
Updated [HELP] Missing plugin com.springsource.bundlor:com.springsource.bundlor.maven:1.0.0.RELEASE (markdown)
parent
bb59c8ffbb
commit
63ddfc508d
@ -3,19 +3,21 @@ Problem: Missing plugin com.springsource.bundlor:com.springsource.bundlor.maven:
|
|||||||
Solution 1:
|
Solution 1:
|
||||||
Add this to the pom.xml (not preferred).
|
Add this to the pom.xml (not preferred).
|
||||||
|
|
||||||
<pluginRepositories>
|
`<pluginRepositories>
|
||||||
<pluginRepository>
|
<pluginRepository>
|
||||||
<id>com.springsource.repository.bundles.release</id>
|
<id>com.springsource.repository.bundles.release</id>
|
||||||
<url>http://repository.springsource.com/maven/bundles/release</url>
|
<url>http://repository.springsource.com/maven/bundles/release</url>
|
||||||
</pluginRepository>
|
</pluginRepository>
|
||||||
</pluginRepositories>
|
</pluginRepositories>
|
||||||
|
`
|
||||||
|
|
||||||
Solution 2:
|
Solution 2:
|
||||||
Create a file 'settings.xml' in your .m2 folder and add this fragment to it.
|
Create a file 'settings.xml' in your .m2 folder and add this fragment to it.
|
||||||
|
|
||||||
<pluginRepository>
|
`<pluginRepository>
|
||||||
<id>com.springsource.repository.bundles.release</id>
|
<id>com.springsource.repository.bundles.release</id>
|
||||||
<url>http://repository.springsource.com/maven/bundles/release</url>
|
<url>http://repository.springsource.com/maven/bundles/release</url>
|
||||||
</pluginRepository>
|
</pluginRepository>
|
||||||
|
`
|
||||||
|
|
||||||
I have added entire settings.xml as an example 'https://github.com/akonczak/spring-data-elasticsearch-mvn-config/blob/master/settings.xml'.
|
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