You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@sis.apache.org by Michael Arneson <mi...@geotoolkit.net> on 2020/03/20 17:29:39 UTC

Apache SIS maven repository

Are the apache sis libraries regularly published to a maven repository? If
so what is the maven repository location?
Thanks,
-- 
*Michael Arneson*

*Software Engineer*



*Office:* +1 (713) 975-7434

michael.arneson@int.com

*INT *| *Empowering Visualization*

Re: Apache SIS maven repository

Posted by Martin Desruisseaux <ma...@geomatys.com>.
Hello Michael

Le 20/03/2020 à 18:29, Michael Arneson a écrit :

> Are the apache sis libraries regularly published to a maven 
> repository? If so what is the maven repository location?
>
Snapshots of master are deployed there:

    https://repository.apache.org/content/repositories/snapshots/

The Jenkins job doing this deployment is there:

    https://builds.apache.org/job/sis/

However those snapshots do not change often, because almost all 
development happen in a branch (geoapi-4.0) and that branch is not yet 
ready to be merged to master. In the meantime, changes on master are a 
few cherry-picks from geoapi-4.0 branch.

     Martin