From ea17b5062a858bf0e58948e7d21427cc1b7bdcb7 Mon Sep 17 00:00:00 2001 From: romanman Date: Wed, 10 Sep 2014 09:00:37 +0300 Subject: [PATCH] Update README.md --- ethereumj-core/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ethereumj-core/README.md b/ethereumj-core/README.md index 73d267f3..9dc3158c 100644 --- a/ethereumj-core/README.md +++ b/ethereumj-core/README.md @@ -19,3 +19,14 @@ EthereumJ release repository can be found here: The showcase for ethereumj-core usage can be found in [ethereumj-studio](../ethereumj-studio) +###### :small_blue_diamond: Build instructions (maven) + 1. build_1: [no test run] , [released to local repositor] : ~> ` mvn clean install -Dmaven.test.skip=true ` + 2. build_2: [include test run] , [released to local repositor] : ~> ` mvn clean install -Dmaven.test.skip=true ` + +###### :small_blue_diamond: release instructions (ant) (! credential needed) + 1. ` mvn install ` - which release the lib to a local repositroy + 2. after the release - ` ant -f bintray-publish-version.xml ` + + + +