kikovalle / PLGSharepointRestAPI-java

Easy to use wrapper for the Sharepoint Rest API v1. Even if this is not a full implementation it covers most common use cases and provides examples to extending this API.
MIT License
39 stars 31 forks source link

Maven Central? #28

Closed cpesch closed 2 years ago

cpesch commented 3 years ago

Are there any plans to publish to maven central? It makes build pipelines a lot easier.

kikovalle commented 3 years ago

I will look forward trying to publish it as it will make easier the import and usage, and also easier fix / updates distribution.

Ill keep you informed

kikovalle commented 2 years ago

Finally after some time trying to make github action to work artifacts are deployed to maven central in this repo

https://s01.oss.sonatype.org/#view-repositories;releases~browsestorage~io/github/kikovalle/com/panxoloto/sharepoint/rest/PLGSharepointRestAPI

    <dependency>
        <groupId>io.github.kikovalle.com.panxoloto.sharepoint.rest</groupId>
        <artifactId>PLGSharepointRestAPI</artifactId>
        <version>1.0.3</version>
    </dependency>
cpesch commented 2 years ago

Works fine, thank you!