Polish "Remove default Web UI from Initializr library"

Closes gh-860
This commit is contained in:
Stephane Nicoll
2019-03-19 17:44:43 +00:00
parent 7e479e8297
commit e527172282
6 changed files with 4 additions and 70 deletions

View File

@@ -63,14 +63,3 @@ The project can be built from the root directory using the standard Maven comman
----
$ ./mvnw clean install
----
The project also has Selenium tests that instrument the client side. In order to run them
you need first to install Firefox and the latest
https://github.com/mozilla/geckodriver[geckodriver].
Once those are installed you can run the smoke tests by enabling an extra profile:
[indent=0]
----
$ ./mvnw verify -PsmokeTests
----