Create Java project with Maven archetype jiac-jsw

Creates a runnable agent, which can used as system service/daemon

Create a Java Project by archetype jiac-jsw with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DMainClassName="My-MainClassName"   -Djava-version="My-java-version"   -DarchetypeGroupId="de.dailab"   -DarchetypeArtifactId="jiac-jsw"   -DarchetypeVersion="5.1.5.2"   -DinteractiveMode=false 

Required parameters for generate java project:

MainClassName
validationRegex: none
java-version
validationRegex: none

Details about maven archetype jiac-jsw

License

License

GroupId

GroupId

de.dailab
ArtifactId

ArtifactId

jiac-jsw
Version

Version

5.1.5.2
Type

Type

maven-archetype
Description

Description

JIAC V - Archetype - jiac-arch-jsw
Creates a runnable agent, which can used as system service/daemon

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=de.dailab -DarchetypeArtifactId=jiac-jsw -DarchetypeVersion=5.1.5.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.