Create Java project with Maven archetype maven-archetype-apigee-proxy

An archetype to generate a sample Apigee Edge API Proxy.

Create a Java Project by archetype maven-archetype-apigee-proxy with Command Line:

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.0"   -DinteractiveMode=false 

Required parameters for generate java project:

basepath
validationRegex: none
environment
validationRegex: none
description
validationRegex: none
proxy_endpoint
validationRegex: none

Details about maven archetype maven-archetype-apigee-proxy

GroupId

GroupId

io.github.bhatikuldeep
ArtifactId

ArtifactId

maven-archetype-apigee-proxy
Version

Version

1.0
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=io.github.bhatikuldeep -DarchetypeArtifactId=maven-archetype-apigee-proxy -DarchetypeVersion=1.0 -DinteractiveMode=false