Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upload dbpedia-spotlight-services-1.0.0.jar to maven central repository #50

Open
napsternxg opened this issue Mar 2, 2021 · 2 comments

Comments

@napsternxg
Copy link

Hi is it possible to upload the dbpedia-spotlight-services-1.0.0.jar jar to Maven Central as described here:

This can be done using the POM file: https://github.com/dbpedia-spotlight/dbpedia-spotlight-model/blob/master/pom.xml

Other DBPedia libraries are also listed in maven and searchable via: https://search.maven.org/search?q=org.dbpedia

This will allow people to customize the DBPedia spotlight service by importing it in their java/scala code.

CC: @sandroacoelho @ragnarok85

@Julio-Noe
Copy link
Collaborator

Hello @napsternxg ,

The latest version of dbpedia-spotlight is in the repository https://search.maven.org/search?q=a:dbpedia-spotlight . This version could be used to customize DBpedia-Spotlight from your own code.

@napsternxg
Copy link
Author

Thanks @Julio-Noe that package is different from the spotlight package (dbpedia-spotlight-services-1.0.0.jar) we have in this repo and the one hosted on https://sourceforge.net/projects/dbpedia-spotlight/files/spotlight/. The maven package you shared simply queries the existing dbpedia-spotlight service while this package which I am requesting runs the dbpedia-service.

I confirmed this by downloading the sources.jar file from https://repo1.maven.org/maven2/eu/freme-project/e-services/dbpedia-spotlight/1.1/ and checking it.

Also, because of the pom file the dbpedia-spotlight package should be listed on maven with groupId org.dbpedia.spotlight, artifactId spotlight and version 1.0

<groupId>org.dbpedia.spotlight</groupId>
    <artifactId>spotlight</artifactId>
    <version>1.0</version>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants