Создать Java проект на основе Maven архетипа rice-archetype-quickstart
This is a archetype which creates a Kuali Rice based application. It uses a basic project structure demonstrating war overlays, service implementation, unit and integration testing. It is configured in a bundled integration model with Kuali Rice.
Консольная команда для создания Java-проекта на основе архетипа rice-archetype-quickstart:
mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -Ddatasource_ojb_platform="My-datasource_ojb_platform" -Ddatasource_url="My-datasource_url" -Ddatasource_username="My-datasource_username" -Ddatasource_password="My-datasource_password" -DarchetypeGroupId="org.kuali.rice" -DarchetypeArtifactId="rice-archetype-quickstart" -DarchetypeVersion="2.5.10" -DinteractiveMode=false
Обязательные параметры для создания java проекта:
- datasource_ojb_platform
-
validationRegex: нет
- datasource_url
-
validationRegex: нет
- datasource_username
-
validationRegex: нет
- datasource_password
-
validationRegex: нет
Подробная информация об архетипе rice-archetype-quickstart
| Группа |
Группаorg.kuali.rice |
| Идентификатор |
Идентификаторrice-archetype-quickstart |
| Версия |
Версия2.5.10 |
| Тип |
Типmaven-archetype |
Как подключить последнюю версию