Update README.md
This commit is contained in:
parent
22f75f0533
commit
ea17b5062a
|
@ -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 `
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue