Create Java project with Maven archetype shoulder-archetype-simple

simple maven-archetype for Shoulder Framework

Create a Java Project by archetype shoulder-archetype-simple with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DappId="My-appId"   -Dpackage="My-package"   -DcontextPath="My-contextPath"   -DStartClassName="My-StartClassName"   -Dauthor="My-author"   -Dgitignore="My-gitignore"   -Dgitattributes="My-gitattributes"   -DarchetypeGroupId="cn.itlym"   -DarchetypeArtifactId="shoulder-archetype-simple"   -DarchetypeVersion="0.6"   -DinteractiveMode=false 

Required parameters for generate java project:

appId
validationRegex: none
package
validationRegex: none
contextPath
validationRegex: none
StartClassName
validationRegex: none
author
validationRegex: none
gitignore
validationRegex: none
gitattributes
validationRegex: none

Details about maven archetype shoulder-archetype-simple

License

License

GroupId

GroupId

cn.itlym
ArtifactId

ArtifactId

shoulder-archetype-simple
Version

Version

0.6
Type

Type

maven-archetype
Description

Description

shoulder-archetype-simple
simple maven-archetype for Shoulder Framework
Project Organization

Project Organization

ChinaLym

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=cn.itlym -DarchetypeArtifactId=shoulder-archetype-simple -DarchetypeVersion=0.6 -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.