Create Java project with Maven archetype cocaine-worker-archetype

Archetype for creating a basic worker for Cocaine Application Engine.

Create a Java Project by archetype cocaine-worker-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DlogFile="My-logFile"   -DarchetypeGroupId="ru.yandex.cocaine"   -DarchetypeArtifactId="cocaine-worker-archetype"   -DarchetypeVersion="0.11.1.0"   -DinteractiveMode=false 

Required parameters for generate java project:

logFile
validationRegex: none

Details about maven archetype cocaine-worker-archetype

License

License

GroupId

GroupId

ru.yandex.cocaine
ArtifactId

ArtifactId

cocaine-worker-archetype
Version

Version

0.11.1.0
Type

Type

maven-archetype
Description

Description

Cocaine-Worker-Archetype
Archetype for creating a basic worker for Cocaine Application Engine.
Project Organization

Project Organization

Yandex

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=ru.yandex.cocaine -DarchetypeArtifactId=cocaine-worker-archetype -DarchetypeVersion=0.11.1.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.