From 04698d14874fe9681af67c123c85f3e26e080f4f Mon Sep 17 00:00:00 2001 From: "Jisung, Ahn" Date: Fri, 20 Apr 2018 15:14:52 +0900 Subject: [PATCH] comments --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ec514a6..b8cfd3d 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # nexus-sync Sync between two sonatype nexus repositories -Until nexu 2, All maven artifact is just file and folder, so Whenever I want to sync to nexus, just copy or upload `storage` folder. -But nexus 3 stores artifact into DB. So only sync option is call web API, sadly. +Until sonatype nexus 2, All maven artifact is just file and folder, so just copy or upload `storage` folder for sync to respositories + +But nexus 3 stores artifact into DB. So only sync option is call web API, sadly. So I have made this script.