Create Java project with Maven archetype tf-s3-archetype

Terraform Maven S3 Project Archetype

Create a Java Project by archetype tf-s3-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.deliveredtechnologies"   -DarchetypeArtifactId="tf-s3-archetype"   -DarchetypeVersion="0.13-593"   -DinteractiveMode=false 

Details about maven archetype tf-s3-archetype

License

License

GroupId

GroupId

com.deliveredtechnologies
ArtifactId

ArtifactId

tf-s3-archetype
Version

Version

0.13-593
Type

Type

maven-archetype
Description

Description

Archetype - tf-s3-archetype
Terraform Maven S3 Project Archetype
Project URL

Project URL

https://github.com/deliveredtechnologies/terraform-maven

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.deliveredtechnologies -DarchetypeArtifactId=tf-s3-archetype -DarchetypeVersion=0.13-593 -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.