Create Java project with Maven archetype javaee-archetype

Projeto com módulos para a aplicação JAVAEE com JARCH

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DjarchVersion="My-jarchVersion"   -DsiglaSistema="My-siglaSistema"   -DdescricaoSistema="My-descricaoSistema"   -DarchetypeGroupId="br.com.jarch"   -DarchetypeArtifactId="javaee-archetype"   -DarchetypeVersion="22.6.1"   -DinteractiveMode=false 

Required parameters for generate java project:

jarchVersion
validationRegex: none
siglaSistema
validationRegex: none
descricaoSistema
validationRegex: none

Generated Project modules

  • client
  • web
  • job
  • ws

Details about maven archetype javaee-archetype

License

License

GroupId

GroupId

br.com.jarch
ArtifactId

ArtifactId

javaee-archetype
Version

Version

22.6.1
Type

Type

maven-archetype
Description

Description

jarch-javaee-archetype
Projeto com módulos para a aplicação JAVAEE com JARCH
Source Code Management

Source Code Management

https://[email protected]/wesainf/jarch-javaee-archetype.git

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=br.com.jarch -DarchetypeArtifactId=javaee-archetype -DarchetypeVersion=22.6.1 -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.