mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="ru.stqa.selenium" -DarchetypeArtifactId="webdriver-testng-archetype" -DarchetypeVersion="1.1.43" -DinteractiveMode=false
| GroupId | GroupIdru.stqa.selenium |
|---|---|
| ArtifactId | ArtifactIdwebdriver-testng-archetype |
| Version | Version1.1.43 |
| Type | Typemaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=ru.stqa.selenium -DarchetypeArtifactId=webdriver-testng-archetype -DarchetypeVersion=1.1.43 -DinteractiveMode=false