mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DgroupId="My-groupId" -DartifactId="My-artifactId" -Dversion="My-version" -DlibraryName="My-libraryName" -DarchetypeGroupId="com.github.markusbernhardt" -DarchetypeArtifactId="robotframework-archetype-annotationlibrary" -DarchetypeVersion="1.0.0" -DinteractiveMode=false
GroupId | GroupIdcom.github.markusbernhardt |
---|---|
ArtifactId | ArtifactIdrobotframework-archetype-annotationlibrary |
Version | Version1.0.0 |
Type | Typemaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=com.github.markusbernhardt -DarchetypeArtifactId=robotframework-archetype-annotationlibrary -DarchetypeVersion=1.0.0 -DinteractiveMode=false