From c6ee6d1eb45a492344340e221ca7071b4e6161ac Mon Sep 17 00:00:00 2001 From: Dimitris Date: Thu, 28 Feb 2019 15:12:58 +0200 Subject: [PATCH] Update README.md Deployment insttructions --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index e69de29..7e5276b 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,10 @@ +A generic ResourceSync Java library for implementing the ResourceSync functionality to DSpace platform. + +Compile the library with: + + `mvn package` + +Install the ResourceSync Java library in DSpace: + +`mvn install:install-file -Dfile=resourcesync-1.1-SNAPSHOT.jar -DgroupId=org.dspace \ +-DartifactId=resourcesync -Dversion=1.1-SNAPSHOT -Dpackaging=jar`