Create Java project with Maven archetype jiac-config-temp

Creates a jiac agent project, with spring-config templates for an agent and an agent bean

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

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

Required parameters for generate java project:

java-version
validationRegex: none

Details about maven archetype jiac-config-temp

License

License

GroupId

GroupId

de.dailab
ArtifactId

ArtifactId

jiac-config-temp
Version

Version

5.1.5.2
Type

Type

maven-archetype
Description

Description

JIAC V - Archetype - jiac-arch-agent-config-temp
Creates a jiac agent project, with spring-config templates for an agent and an agent bean

How to add to project

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