Create Java project with Maven archetype jannocessor-sample-archetype

Multi-module sample project for annotation-driven source code generation with JAnnocessor

Create a Java Project by archetype jannocessor-sample-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.googlecode.jannocessor"   -DarchetypeArtifactId="jannocessor-sample-archetype"   -DarchetypeVersion="0.7.4"   -DinteractiveMode=false 

Generated Project modules

  • ${rootArtifactId}-annotated
  • ${rootArtifactId}-generated

Details about maven archetype jannocessor-sample-archetype

License

License

GroupId

GroupId

com.googlecode.jannocessor
ArtifactId

ArtifactId

jannocessor-sample-archetype
Version

Version

0.7.4
Type

Type

maven-archetype
Description

Description

JAnnocessor Sample Archetype
Multi-module sample project for annotation-driven source code generation with JAnnocessor
Project URL

Project URL

http://code.google.com/p/jannocessor/jannocessor-sample-archetype/

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.googlecode.jannocessor -DarchetypeArtifactId=jannocessor-sample-archetype -DarchetypeVersion=0.7.4 -DinteractiveMode=false

Dependencies

test (3)

Group / Artifact Type Version
junit : junit jar 4.8.2
net.sf.twip : twip jar 3.3
org.mockito : mockito-all jar 1.8.0

Project Modules

There are no modules declared in this project.