Create Java project with Maven archetype imixs-office-archetype

The Mave Core Archetype for Imixs-Office-Workflow

Create a Java Project by archetype imixs-office-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.imixs.workflow"   -DarchetypeArtifactId="imixs-office-archetype"   -DarchetypeVersion="4.0.0"   -DinteractiveMode=false 

Generated Project modules

  • ${rootArtifactId}-app

Details about maven archetype imixs-office-archetype

License

License

GroupId

GroupId

org.imixs.workflow
ArtifactId

ArtifactId

imixs-office-archetype
Version

Version

4.0.0
Type

Type

maven-archetype
Description

Description

imixs-office-archetype
The Mave Core Archetype for Imixs-Office-Workflow
Project URL

Project URL

https://github.com/imixs/imixs-office-archetype
Project Organization

Project Organization

Imixs Software Solutions GmbH
Source Code Management

Source Code Management

https://github.com/imixs/imixs-office-archetype/

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.imixs.workflow -DarchetypeArtifactId=imixs-office-archetype -DarchetypeVersion=4.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.