doctype:run

Full name:

de.smartics.maven.plugin:doctype-maven-plugin:1.9.4:run

Description:

Runs the Confluence locally in debug mode. This is quite crude.

Attributes:

  • Requires a Maven project to be executed.
  • Since version: 1.0.

Required Parameters

Name Type Since Description
<artifactIdPrefix> String 1.0 Artifact ID for the project files in the target folder. null if in archetype mode.

Archetype mode generates to the source folder. Otherwise the generation is run in the target folder (not using the POM in the target folder).


<shortId> String 1.0 The identifier part of artifact ID and package path of the new project.

Optional Parameters

Name Type Since Description
<command> String 1.0 (no description)
<skip> boolean 1.0 A simple flag to skip the build process for the add-on project.
Default value is: false.
User property is: doctype.skip.
<verbose> boolean 1.0 A simple flag to log verbosely.
Default value is: false.
User property is: doctype.verbose.

Parameter Details

<artifactIdPrefix>

Artifact ID for the project files in the target folder. null if in archetype mode.

Archetype mode generates to the source folder. Otherwise the generation is run in the target folder (not using the POM in the target folder).

  • Type: java.lang.String
  • Since: 1.0
  • Required: Yes

<command>

(no description)
  • Type: java.lang.String
  • Since: 1.0
  • Required: No

<shortId>

The identifier part of artifact ID and package path of the new project.
  • Type: java.lang.String
  • Since: 1.0
  • Required: Yes

<skip>

A simple flag to skip the build process for the add-on project.
  • Type: boolean
  • Since: 1.0
  • Required: No
  • User Property: doctype.skip
  • Default: false

<verbose>

A simple flag to log verbosely.
  • Type: boolean
  • Since: 1.0
  • Required: No
  • User Property: doctype.verbose
  • Default: false