Create Java project with Maven archetype annotationprocessor-archetype

Please refer to https://github.com/toolisticon/annotationprocessor-archetype

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dpackage="My-package"   -DannotationName="My-annotationName"   -DgroupId="My-groupId"   -DartifactId="My-artifactId"   -Dversion="My-version"   -DarchetypeGroupId="io.toolisticon.maven.archetypes"   -DarchetypeArtifactId="annotationprocessor-archetype"   -DarchetypeVersion="0.7.0"   -DinteractiveMode=false 

Required parameters for generate java project:

package
validationRegex: none
annotationName
validationRegex: none
groupId
validationRegex: none
artifactId
validationRegex: none
version
validationRegex: none

Generated Project modules

  • ${rootArtifactId}-api
  • ${rootArtifactId}-processor
  • ${rootArtifactId}-example
  • ${rootArtifactId}-integrationTest

Details about maven archetype annotationprocessor-archetype

License

License

GroupId

GroupId

io.toolisticon.maven.archetypes
ArtifactId

ArtifactId

annotationprocessor-archetype
Version

Version

0.7.0
Type

Type

maven-archetype
Description

Description

annotationprocessor-archetype
Please refer to https://github.com/toolisticon/annotationprocessor-archetype
Project Organization

Project Organization

Holisticon AG

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=io.toolisticon.maven.archetypes -DarchetypeArtifactId=annotationprocessor-archetype -DarchetypeVersion=0.7.0 -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.