Create Java project with Maven archetype actlist-plugin-archetype

Actlist Plugin Archetype

Create a Java Project by archetype actlist-plugin-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dactlist-plugin-sdk-version="My-actlist-plugin-sdk-version"   -DarchetypeGroupId="org.silentsoft"   -DarchetypeArtifactId="actlist-plugin-archetype"   -DarchetypeVersion="1.0.0"   -DinteractiveMode=false 

Required parameters for generate java project:

actlist-plugin-sdk-version
validationRegex: none

Details about maven archetype actlist-plugin-archetype

License

License

GroupId

GroupId

org.silentsoft
ArtifactId

ArtifactId

actlist-plugin-archetype
Version

Version

1.0.0
Type

Type

maven-archetype
Description

Description

actlist-plugin-archetype
Actlist Plugin Archetype
Project URL

Project URL

https://github.com/actlist/actlist-plugin-archetype
Source Code Management

Source Code Management

https://github.com/actlist/actlist-plugin-archetype.git

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.silentsoft -DarchetypeArtifactId=actlist-plugin-archetype -DarchetypeVersion=1.0.0 -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.