Create Java project with Maven archetype docbkx-quickstart-archetype

A number of tools for handling DocBook XML transformations.

Create a Java Project by archetype docbkx-quickstart-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.agilejava.docbkx"   -DarchetypeArtifactId="docbkx-quickstart-archetype"   -DarchetypeVersion="2.0.17"   -DinteractiveMode=false 

Details about maven archetype docbkx-quickstart-archetype

License

License

GroupId

GroupId

com.agilejava.docbkx
ArtifactId

ArtifactId

docbkx-quickstart-archetype
Version

Version

2.0.17
Type

Type

maven-archetype
Description

Description

Docbkx Maven quickstart archetype
A number of tools for handling DocBook XML transformations.
Project Organization

Project Organization

Wilfred Springer, Cedric Pronzato

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.agilejava.docbkx -DarchetypeArtifactId=docbkx-quickstart-archetype -DarchetypeVersion=2.0.17 -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.