HugeGraph-204: fixed file building.md for mvn clean package in single line exist little error.

Change-Id: I08dd5fc9f29d98045ac166faa7c02eb8860eb3ab
This commit is contained in:
liningrui 2017-06-06 21:36:44 +08:00
parent dded4ebda6
commit be48afa798
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@ Required:
To build without executing tests:
```
mvn clean package -DskipTests
mvn clean
mvn package -DskipTests
```
## Building on Eclipse IDE