Create Java project with Maven archetype apigee-edge-maven-archtypes

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DorgUserId="My-orgUserId"   -DorgPassword="My-orgPassword"   -DorgName="My-orgName"   -DarchetypeGroupId="io.apigee.build-tools.enterprise4g"   -DarchetypeArtifactId="apigee-edge-maven-archtypes"   -DarchetypeVersion="2.0.3"   -DinteractiveMode=false 

Required parameters for generate java project:

orgUserId
validationRegex: none
orgPassword
validationRegex: none
orgName
validationRegex: none

Details about maven archetype apigee-edge-maven-archtypes

License

License

GroupId

GroupId

io.apigee.build-tools.enterprise4g
ArtifactId

ArtifactId

apigee-edge-maven-archtypes
Version

Version

2.0.3
Type

Type

maven-archetype
Description

Description

customer-root-archetype
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=io.apigee.build-tools.enterprise4g -DarchetypeArtifactId=apigee-edge-maven-archtypes -DarchetypeVersion=2.0.3 -DinteractiveMode=false

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.