Create Java project with Maven archetype template-archetype

基于ant-boot应用的父pom

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.antframework.template"   -DarchetypeArtifactId="template-archetype"   -DarchetypeVersion="1.0.0.RELEASE"   -DinteractiveMode=false 

Generated Project modules

  • ${rootArtifactId}-facade
  • ${rootArtifactId}-common
  • ${rootArtifactId}-dal
  • ${rootArtifactId}-integration
  • ${rootArtifactId}-biz
  • ${rootArtifactId}-web
  • ${rootArtifactId}-assemble
  • ${rootArtifactId}-test

Details about maven archetype template-archetype

License

License

GroupId

GroupId

org.antframework.template
ArtifactId

ArtifactId

template-archetype
Version

Version

1.0.0.RELEASE
Type

Type

maven-archetype
Description

Description

template-archetype
基于ant-boot应用的父pom

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.antframework.template -DarchetypeArtifactId=template-archetype -DarchetypeVersion=1.0.0.RELEASE -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.