Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update build instructions for front #1658

Merged
merged 1 commit into from
Jan 6, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ mvn package
```

Notes:

- This command will build all modules (core, node, gui).
- If the build fails, you may need to clean previously built artifacts with the `mvn clean` command.
- Some of the tests use [Docker](https://www.docker.com/), so make sure your docker daemon is running.
Expand All @@ -32,12 +33,6 @@ Running tests takes time. If you want to skip them, use `-DskipTests`:
mvn package -DskipTests
```

You can even skip the tests compilation with `maven.test.skip`:

```shell
mvn package -Dmaven.test.skip=true
```

### Run tests

To only run the tests, run:
Expand Down