This doc lists the conditions for deploying to maven central:
http://central.sonatype.org/pages/requirements.html

I notice that it only says they "discourage" the use of dependencies
in external repositories, but my (very limited) experience has been
that you don't get through if you have any outside dependencies.

Of course, one way to find out is to just try.  If it fails I think
you get a report telling you why which might be faster than trawling
through the dependency tree manually.

The process itself is very simple. Get an account at Sonatype; deploy
jars, sources and javadocs to a staging repo that they give you; and
finally use their web interface thing to release the artifacts (=
request that they sync them to central).

This gives an overview:
http://central.sonatype.org/pages/ossrh-guide.html

Even I have managed it so it can't be that hard :)



On 5 September 2014 12:27, Jody Garnett <jody.garn...@gmail.com> wrote:
> That is indeed true :)
>
> You are correct we could go through our dependencies and figure out what
> needs to be pushed up to maven central.
>
> Jody Garnett
>
>
> On Thu, Sep 4, 2014 at 5:19 PM, Michael Bedward <michael.bedw...@gmail.com>
> wrote:
>>
>> On 5 September 2014 09:52, Jody Garnett <jody.garn...@gmail.com> wrote:
>> >
>> > So GeoTools for example would not be able to deploy until JTS deploys :)
>> > Since we have a lot of dependencies this does not seem likely.
>> >
>>
>> Not quite - JTS is already at maven central.
>>
>>
>> ------------------------------------------------------------------------------
>> Slashdot TV.
>> Video for Nerds.  Stuff that matters.
>> http://tv.slashdot.org/
>> _______________________________________________
>> GeoTools-GT2-Users mailing list
>> GeoTools-GT2-Users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
>
>

------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
GeoTools-GT2-Users mailing list
GeoTools-GT2-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to