As new to Vaadin, I have use web interface to download first Vaadin-CRM project. But when I install project in IntelliJ, it throws following error msg. Any help?
Thanks in advance!
Juhani JianJun
/1/
Failed to execute goal com.lazerycode.selenium:driver-binary-downloader-maven-plugin:1.0.17:selenium (default) on project vaadin-crm: Repository map ‘E:\shinyinfo\Development\Vaadin\vaadin-crm\drivers.xml’ does not exist
what is the exact starter you are using? We have switched to use Webdrivermanager in most starters, but we might have missed some. You can create a driver.xml file in your directory similar to this one : [skeleton-starter-flow-spring/drivers.xml]
(https://github.com/vaadin/skeleton-starter-flow-spring/blob/v14/drivers.xml)