mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="org.jboss.maven.archetypes" -DarchetypeArtifactId="selenium-testng" -DarchetypeVersion="1.0" -DinteractiveMode=false
GroupId | GroupIdorg.jboss.maven.archetypes |
---|---|
ArtifactId | ArtifactIdselenium-testng |
Version | Version1.0 |
Type | Typemaven-archetype |
Description |
Descriptionselenium-test-archetype
|
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=org.jboss.maven.archetypes -DarchetypeArtifactId=selenium-testng -DarchetypeVersion=1.0 -DinteractiveMode=false