Create Java project with Maven archetype metridoc-archetype

Data integration tools to assist libraries with collecting business metrics and usage data. This is the top level pom that is both inherited and builds all child projects / modules.

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dmetridoc-version="My-metridoc-version"   -DarchetypeGroupId="com.googlecode.metridoc"   -DarchetypeArtifactId="metridoc-archetype"   -DarchetypeVersion="0.30"   -DinteractiveMode=false 

Required parameters for generate java project:

metridoc-version
validationRegex: none

Details about maven archetype metridoc-archetype

License

License

Educational Community License, Version 2.0
GroupId

GroupId

com.googlecode.metridoc
ArtifactId

ArtifactId

metridoc-archetype
Version

Version

0.30
Type

Type

maven-archetype
Description

Description

metridoc-archetype-0.30
Data integration tools to assist libraries with collecting business metrics and usage data. This is the top level pom that is both inherited and builds all child projects / modules.
Project URL

Project URL

http://code.google.com/p/metridoc/core/metridoc-archetype/

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.googlecode.metridoc -DarchetypeArtifactId=metridoc-archetype -DarchetypeVersion=0.30 -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.