Создать Java проект на основе Maven архетипа 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.

Консольная команда для создания Java-проекта на основе архетипа metridoc-archetype:

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 

Обязательные параметры для создания java проекта:

metridoc-version
validationRegex: нет

Подробная информация об архетипе metridoc-archetype

Лицензия

Лицензия

Educational Community License, Version 2.0
Группа

Группа

com.googlecode.metridoc
Идентификатор

Идентификатор

metridoc-archetype
Версия

Версия

0.30
Тип

Тип

maven-archetype
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

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

Как подключить последнюю версию

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.