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.3"   -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

License

License

GroupId

GroupId

io.github.bhatikuldeep
ArtifactId

ArtifactId

maven-archetype-apigee-proxy
Version

Version

1.3
Type

Type

maven-archetype
Description

Description

maven-archetype-apigee-proxy
An archetype to generate a sample Apigee Edge API Proxy.
Project URL

Project URL

https://github.com/bhatikuldeep/maven-archetype-apigee-proxy
Project Organization

Project Organization

Kuldeep Bhati
Source Code Management

Source Code Management

https://github.com/bhatikuldeep/maven-archetype-apigee-proxy

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.