Creates a new project based on the doctype add-on archetype.

Name
doctype:create
Level
2
Full Name
de.smartics.maven.plugin:doctype-maven-plugin:1.0.0.b6:create
Phase
generate-resources
Since
1.0
Inherited by Default
true
Instantiation Strategy
per-lookup
Execute Strategy
once-per-session

Creates a new project based on the doctype add-on archetype.

Parameters

Required Parameters

NameSinceData TypeShort Description
shortId
1.0
The identifier part of artifact ID and package path of the new project.

Optional Parameters

NameSinceData TypeShort Description
archetypePluginVersion
1.0
The version of the archetype plugin to call. Defaults to 3.0.1.
archetypeVersion
1.0
The version of the archetype 'de.smartics.atlassian.confluence:smartics-projectdoc-doctype-addon-archetype'. Defaults to '1.0.0.b5'.
artifactIdPrefix
1.0
The prefix of the artifact ID for the new project. Defaults to 'myorg-doctype-addon-'.
confluenceCompatibilityMax
1.0
confluenceCompatibilityMin
1.0
createExamples
1.0
Per default the folder structure for models (descriptor files) is created with example files. If you do not want this folder to be added, set this flag to false.
dependencies
1.0
groupId
1.0
The group ID of the new project. Defaults to 'com.myorg.projectdoc.doctypes'.
modelsFolder
1.0
The location of the model descriptors.
organizationSignature
1.0
The optional organization signature which is used to construct the copyright notice.
packagePrefix
1.0
The package prefix for the new project. Defaults to 'com.myorg.projectdoc.doctypes'.
pluginArtifacts
1.0
projectDescription
1.0
The optional project description.
projectName
1.0
The name of the add-on. Defaults to the value of the short ID.
projectSettingsId
1.0
The identifier of the project settings to use. This id is the name of the file (without the filename extension) that is expected to be stored in the Maven directory (.m2).
projectVersion
1.0
The starting version new project. Defaults to '0.1.0-SNAPSHOT'.
readProjectSettings
1.0
Controls whether or not default settings for a project should be read from the user's .m2 folder.
references
1.0
verbose
1.0
A simple flag to log verbosely.