Skip to content

Latest commit

 

History

History
20 lines (9 loc) · 236 Bytes

BUILD_README.md

File metadata and controls

20 lines (9 loc) · 236 Bytes

Building Vert.x

Prerequisites

Maven 3.2.x

To build a distro

See the Vert.x stack project: https://github.com/vert-x3/vertx-stack

To run tests

mvn test

To run a specific test

mvn test -Dtest=<test_name/pattern>