Skip to content

akonczak/spring-data-elasticsearch-mvn-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

spring-data-elasticsearch-mvn-config

Problem: Missing plugin com.springsource.bundlor:com.springsource.bundlor.maven:1.0.0.RELEASE

Solution 1: Add this to the pom.xml (not prefered).

<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'.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published