From 93ed2433bf7a7c7090b4e6ddf2f8e6156bb99b72 Mon Sep 17 00:00:00 2001 From: "Taro L. Saito" Date: Sun, 1 Nov 2009 17:21:00 +0900 Subject: [PATCH] how to mirror to SourceForge.jp --- README.txt | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.txt b/README.txt index ccc7fb2..b3e8551 100644 --- a/README.txt +++ b/README.txt @@ -1,4 +1,9 @@ - - -* How to deploy a new jar file to our maven repository -mvn deploy:deploy-file -Dfile=antlr/antlr-3.0b7.jar -DgroupId=org.antlr -DartifactId=antlr -Dversion=3.0b7 -Dpackaging=jar -DrepositoryId=xerial -Durl=scp://www.xerial.org/home/web/xerial.org/maven/artifact + + +How to mirror git repository to SourceForge.jp + +git push sf + +(If sf is not registered) +git remote add sf xerial@git.sourceforge.jp:/gitroot/xerial/xerial-core.git + -- 2.11.0