Create Java project with Maven archetype apigee-edge-quickstart-archetype

Basic implementation of an Apigee Edge API to get started quickly

Create a Java Project by archetype apigee-edge-quickstart-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DapigeeEdgeSkip="My-apigeeEdgeSkip"   -DapigeeEdgeProfile="My-apigeeEdgeProfile"   -DapigeeEdgeEnv="My-apigeeEdgeEnv"   -DapigeeEdgeOrgname="My-apigeeEdgeOrgname"   -DapigeeEdgeUsername="My-apigeeEdgeUsername"   -DapigeeEdgePassword="My-apigeeEdgePassword"   -DarchetypeGroupId="io.apigee.build-tools.enterprise4g"   -DarchetypeArtifactId="apigee-edge-quickstart-archetype"   -DarchetypeVersion="1"   -DinteractiveMode=false 

Required parameters for generate java project:

apigeeEdgeSkip
validationRegex: none
apigeeEdgeProfile
validationRegex: none
apigeeEdgeEnv
validationRegex: none
apigeeEdgeOrgname
validationRegex: none
apigeeEdgeUsername
validationRegex: none
apigeeEdgePassword
validationRegex: none

Details about maven archetype apigee-edge-quickstart-archetype

License

License

GroupId

GroupId

io.apigee.build-tools.enterprise4g
ArtifactId

ArtifactId

apigee-edge-quickstart-archetype
Version

Version

1
Type

Type

maven-archetype
Description

Description

io.apigee.build-tools.enterprise4g:apigee-edge-quickstart-archetype
Basic implementation of an Apigee Edge API to get started quickly
Project URL

Project URL

https://github.com/apigee/apigee-edge-quickstart-maven
Source Code Management

Source Code Management

https://github.com/apigee/apigee-edge-quickstart-maven

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=io.apigee.build-tools.enterprise4g -DarchetypeArtifactId=apigee-edge-quickstart-archetype -DarchetypeVersion=1 -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.