Create Java project with Maven archetype org.tinygroup.developarchetype


Create a Java Project by archetype org.tinygroup.developarchetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DtinyVersion="My-tinyVersion"   -DarchetypeGroupId="org.tinygroup"   -DarchetypeArtifactId="org.tinygroup.developarchetype"   -DarchetypeVersion="3.4.6"   -DinteractiveMode=false 

Required parameters for generate java project:

tinyVersion
validationRegex: none

Generated Project modules

  • app
  • base-dao
  • business-inter
  • business-impl
  • common
  • dao-inter
  • dao-impl
  • service-inter
  • service-xml
  • service-impl
  • service-wrapper
  • view
  • view-uicomponent
  • controller
  • web

Details about maven archetype org.tinygroup.developarchetype

License

License

GroupId

GroupId

org.tinygroup
ArtifactId

ArtifactId

org.tinygroup.developarchetype
Version

Version

3.4.6
Type

Type

maven-archetype
Description

Description

Project Organization

Project Organization

TinyGroup

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.tinygroup -DarchetypeArtifactId=org.tinygroup.developarchetype -DarchetypeVersion=3.4.6 -DinteractiveMode=false

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.