File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -25,15 +25,11 @@ These compilation instructions have been tested on Windows 7.0 and Ubuntu 12.4 x
2525```
2626or manually :
2727```
28- mvn compile
29- mvn package
30- mvn install:install-file -Dfile=target/MultiChainJavaAPI-0.4.11-SNAPSHOT.jar -DgroupId=com.multichainjavaapi -DartifactId=MultiChainJavaAPI -Dversion=0.4.11
31- mvn install:install-file -Dfile=target/MultiChainJavaAPI-0.4.11-SNAPSHOT-jar-with-dependencies.jar -DgroupId=com.multichainjavaapi -DartifactId=MultiChainJavaAPI -Dversion=0.4.11-full
32-
28+ mvn clean install
3329```
3430will create 2 jar files in local repository :
35- - version : 0.4.11 light version
36- - version : 0.4.11- full directly included all dependencies
31+ - version : light version
32+ - version : full directly included all dependencies
3733
3834
3935## Architecture
You can’t perform that action at this time.
0 commit comments