mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DjavaVersion="My-javaVersion" -DarchetypeGroupId="ru.stqa.selenium" -DarchetypeArtifactId="webdriver-junit-archetype" -DarchetypeVersion="4.5" -DinteractiveMode=false
License |
License |
---|---|
GroupId | GroupIdru.stqa.selenium |
ArtifactId | ArtifactIdwebdriver-junit-archetype |
Version | Version4.5 |
Type | Typemaven-archetype |
Description |
DescriptionWebDriver JUnit Archetype
Archetype for a Maven project intended to develop tests with Selenium WebDriver and JUnit
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=ru.stqa.selenium -DarchetypeArtifactId=webdriver-junit-archetype -DarchetypeVersion=4.5 -DinteractiveMode=false