Create Java project with Maven archetype 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.

Create a Java Project by archetype rice-archetype-quickstart with Command Line:

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.6.2"   -DinteractiveMode=false 

Required parameters for generate java project:

datasource_ojb_platform
validationRegex: none
datasource_url
validationRegex: none
datasource_username
validationRegex: none
datasource_password
validationRegex: none

Details about maven archetype rice-archetype-quickstart

License

License

GroupId

GroupId

org.kuali.rice
ArtifactId

ArtifactId

rice-archetype-quickstart
Version

Version

2.6.2
Type

Type

maven-archetype
Description

Description

Rice Archetype Quickstart Project
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.
Project Organization

Project Organization

The Kuali Foundation

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.kuali.rice -DarchetypeArtifactId=rice-archetype-quickstart -DarchetypeVersion=2.6.2 -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.