Создать Java проект на основе Maven архетипа cargo-archetype-webapp-with-datasource

Sample Maven archetype showing how to configure Cargo and Maven to run functional tests directly from a webapp with datasource. Cargo will be used to configure the datasource on the container.

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.codehaus.cargo"   -DarchetypeArtifactId="cargo-archetype-webapp-with-datasource"   -DarchetypeVersion="1.9.6"   -DinteractiveMode=false 

Подробная информация об архетипе cargo-archetype-webapp-with-datasource

Лицензия

Лицензия

Группа

Группа

org.codehaus.cargo
Идентификатор

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

cargo-archetype-webapp-with-datasource
Версия

Версия

1.9.6
Тип

Тип

maven-archetype
Описание

Описание

Cargo Maven Archetype Webapp with DataSource
Sample Maven archetype showing how to configure Cargo and Maven to run functional tests directly from a webapp with datasource. Cargo will be used to configure the datasource on the container.
Организация-разработчик

Организация-разработчик

Codehaus Cargo

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

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.codehaus.cargo -DarchetypeArtifactId=cargo-archetype-webapp-with-datasource -DarchetypeVersion=1.9.6 -DinteractiveMode=false

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 3.8.2

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

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