forked from hugegraph/hugegraph-sync
HugeGraph-204: fixed file building.md for mvn clean package in single line exist little error.
Change-Id: I08dd5fc9f29d98045ac166faa7c02eb8860eb3ab
This commit is contained in:
parent
dded4ebda6
commit
be48afa798
|
|
@ -9,7 +9,8 @@ Required:
|
|||
To build without executing tests:
|
||||
|
||||
```
|
||||
mvn clean package -DskipTests
|
||||
mvn clean
|
||||
mvn package -DskipTests
|
||||
```
|
||||
|
||||
## Building on Eclipse IDE
|
||||
|
|
|
|||
Loading…
Reference in New Issue