keeganwitt / gmock

Automatically exported from code.google.com/p/gmock
6 stars 2 forks source link

Fix Maven Rsync #124

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It seems like the maven rsync process has broken somehow. I did receive email 
about sync failing a while ago and they've probably stop the syncing. 

They've probably change the rsync command I was matching.

It might be a good time to move away from rsync which is no longer the 
recommended way to upload project to the main maven repo.

Original issue reported on code.google.com by julien.g...@gmail.com on 19 Dec 2011 at 8:34

GoogleCodeExporter commented 9 years ago
What is the recommended way now?

Original comment by JohnnyJianHY on 19 Dec 2011 at 8:36

GoogleCodeExporter commented 9 years ago
They are discussing it here:
http://maven.apache.org/guides/mini/guide-central-repository-upload.html

Original comment by julien.g...@gmail.com on 19 Dec 2011 at 8:39

GoogleCodeExporter commented 9 years ago
I really want to get this maven thing fix and wonder what is the quickest way.

I am validating the rsync command this way:
rsync\ --server\ --sender\ -vLtrze.i\ .\ *)

It might just be a matter of relaxing those rules, and submit an issue to Maven.

Original comment by julien.g...@gmail.com on 19 Dec 2011 at 8:42

GoogleCodeExporter commented 9 years ago
Ok. It seems like I am running a very old version of Rsync. I am updating to 
the latest Ubuntu but it's going to take me a bit of time. Sorry for the 
inconveniance. 

Original comment by julien.g...@gmail.com on 19 Dec 2011 at 7:16

GoogleCodeExporter commented 9 years ago
I find it already in the maven central repository

Original comment by JohnnyJianHY on 19 Feb 2012 at 3:24