Create Java project with Maven archetype spaas-template-project

spaas-template-project

Create a Java Project by archetype spaas-template-project with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DappName="My-appName"   -DarchetypeGroupId="com.github.deepexi"   -DarchetypeArtifactId="spaas-template-project"   -DarchetypeVersion="1.0.2"   -DinteractiveMode=false 

Required parameters for generate java project:

appName
validationRegex: none

Generated Project modules

  • ${rootArtifactId}-webapp

Details about maven archetype spaas-template-project

License

License

GroupId

GroupId

com.github.deepexi
ArtifactId

ArtifactId

spaas-template-project
Version

Version

1.0.2
Type

Type

maven-archetype
Description

Description

spaas-template-project
spaas-template-project
Project URL

Project URL

https://github.com/deepexi/spaas-template-project
Source Code Management

Source Code Management

https://github.com/deepexi/spaas-template-project.git

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.github.deepexi -DarchetypeArtifactId=spaas-template-project -DarchetypeVersion=1.0.2 -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.