Hi Jody,

I continue the discussion on Dev mailing list. Sorry, I also have no experience 
on deploying to maven central repositories. Just did a quick Google on the 
topic and found some useful guide for this.

Deploying artifacts to Maven central repo
  
             
Deploying artifacts to Maven central repo
I have a bunch of open source github repos, mostly related to Apache Isis, and 
have been exploring how to deploy these artifacts up to Maven central repo....  
View on danhaywood.com Preview by Yahoo  
  

Deploy to Maven Central Repository | Javalobby

  
          
Deploy to Maven Central Repository | Javalobby
Related MicroZone Resources "AppOps": Power to the Devs! Resolve incidents 
faster, and make your business more reliable Why do DevOps? How to deliver 
business agility and IT alignment with DevOps   
View on java.dzone.com Preview by Yahoo  
  

Besides, Maven guide also did mentioned some info about deploying to central 
repo and also listed the approved repositories location. Seem like Sonatype is 
the key for uploading projects to central repositories.

Maven – Guide to uploading artifacts to the Central Repository 
  
          
Maven – Guide to uploading artifacts to the Central Repository
<project> <modelVersion>4.0.0</modelVersion> 
<groupId>org.apache.maven</groupId> <artifactId>maven</artifactId> 
<version>2.0</version> <packaging>jar</packaging> <name>Maven core</name> 
<description>The maven main core project descr...  
View on maven.apache.org Preview by Yahoo  
  
 
Hope this can help. Thanks

Best Regards.
eChuang, Chew


On Friday, August 29, 2014 8:58 PM, Jody Garnett <[email protected]> wrote:
 


Thanks eshuang - I think we tried to figure out how to deploy to maven central 
back when we start with maven 2 ... and ended up with a simple webdav folder 
instead.

We do not have anything against deploying to maven central, but are also not 
sure where to start. Do you have any contacts that could look at our pom.xml 
and release scripts and tell us what to change?

(I think there may of been an option to deploy to codehaus which would 
replicate over to maven central).


Jody Garnett


On Thu, Aug 28, 2014 at 3:39 AM, echuang <[email protected]> wrote:

Hi,
>Currently our environment have issue to download GeoTools jars form GeoTools 
>artifactory,  is that any plan to deploy GeoTools artifacts to maven central 
>repo? I think this probably ease the user who currently specify the GeoTools 
>artifactory url specifically some where in maven setting.
>Thanks
>Sent from Yahoo Mail on Android 
>------------------------------------------------------------------------------
>Slashdot TV.
>Video for Nerds.  Stuff that matters.
>http://tv.slashdot.org/
>_______________________________________________
>GeoTools-GT2-Users mailing list
>[email protected]
>https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
>
>
------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
GeoTools-Devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to