mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -Dbasepath="My-basepath" -Denvironment="My-environment" -Ddescription="My-description" -Dproxy_endpoint="My-proxy_endpoint" -DarchetypeGroupId="io.github.bhatikuldeep" -DarchetypeArtifactId="maven-archetype-apigee-proxy" -DarchetypeVersion="1.1" -DinteractiveMode=false
GroupId | GroupIdio.github.bhatikuldeep |
---|---|
ArtifactId | ArtifactIdmaven-archetype-apigee-proxy |
Version | Version1.1 |
Type | Typemaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=io.github.bhatikuldeep -DarchetypeArtifactId=maven-archetype-apigee-proxy -DarchetypeVersion=1.1 -DinteractiveMode=false