You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i run the following command mvn io.github.coolbeevip:license-maven-plugin:1.16.0:dependency-license-export -Ddeep=1 -Dlicense=true, i get thr following error:
Execution default-cli of goal io.github.coolbeevip:license-maven-plugin:1.16.0:dependency-license-export failed: The path to the driver executable must be set by the webdriver.chrome.driver system property.
When i run the following command mvn io.github.coolbeevip:license-maven-plugin:1.16.0:dependency-license-export -Ddeep=1 -Dlicense=true, i get thr following error:
Execution default-cli of goal io.github.coolbeevip:license-maven-plugin:1.16.0:dependency-license-export failed: The path to the driver executable must be set by the webdriver.chrome.driver system property.
I appreciate the reminder, I had forgotten to include this part in my writing.
You must download and install ChromeDriver manually to match your local Chrome browser version. Verify the successful installation by running the following command:
The analyzed LICENSE information will be stored in the data file ~/.m2/mvnrepository.mapdb, and when analyzed again, it will prioritize extracting LICENSE information from the data file. You can also download the author's mvnrepository.mapdb file and place it in the local ~/.m2/ directory. This data file contains some commonly used dependency information by the author.
When i run the following command mvn io.github.coolbeevip:license-maven-plugin:1.16.0:dependency-license-export -Ddeep=1 -Dlicense=true, i get thr following error:
Execution default-cli of goal io.github.coolbeevip:license-maven-plugin:1.16.0:dependency-license-export failed: The path to the driver executable must be set by the webdriver.chrome.driver system property.
for more information, see https://github.com/SeleniumHQ/selenium/wiki/ChromeDriver.
The latest version can be downloaded from http://chromedriver.storage.googleapis.com/index.html.
The text was updated successfully, but these errors were encountered: