Create Java project with Maven archetype terasoluna-batch-archetype

Archetype project for TERASOLUNA Batch Framework for Java (5.x)

Create a Java Project by archetype terasoluna-batch-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.terasoluna.batch"   -DarchetypeArtifactId="terasoluna-batch-archetype"   -DarchetypeVersion="5.4.1.RELEASE"   -DinteractiveMode=false 

Details about maven archetype terasoluna-batch-archetype

License

License

GroupId

GroupId

org.terasoluna.batch
ArtifactId

ArtifactId

terasoluna-batch-archetype
Version

Version

5.4.1.RELEASE
Type

Type

maven-archetype
Description

Description

terasoluna-batch-archetype
Archetype project for TERASOLUNA Batch Framework for Java (5.x)
Project URL

Project URL

http://terasoluna.org
Project Organization

Project Organization

terasoluna.org

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.terasoluna.batch -DarchetypeArtifactId=terasoluna-batch-archetype -DarchetypeVersion=5.4.1.RELEASE -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.