mvn archetype:generate -DarchetypeGroupId=io.lippia.archetypes -DarchetypeArtifactId=automationWebBasic -DarchetypeVersion=3.1.0.1 -DgroupId=[YOUR_GROUPID] -DartifactId=[YOUR_ARTIFACTID] -Dversion=[YOUR_VERSION]
(Reemplazar corchetes por nuestros datos)
clean -DforkCount=0 test
$ mvn clean test