expanders:init-project
Full name:
net.democritus.maven.plugins:expanders-maven-plugin:2024.7.0:init-project
Description:
Generate a project setup for a new NSX project
Attributes:
- The goal is not marked as thread-safe and thus does not support parallel builds.
- Since version:
2020.11.0
. - Binds by default to the lifecycle phase:
initialize
.
Required Parameters
Name | Type | Since | Description |
---|---|---|---|
<expandPom> |
File |
- |
Pom file that should be generated Default: pom-expansion.xml |
<pluginVersion> |
String |
- |
Version of the plugin that should be used in the new pom file Default: ${plugin.version} |
Parameter Details
<expandPom>
Pom file that should be generated
- Type:
java.io.File
- Required:
Yes
- Default:
pom-expansion.xml
<pluginVersion>
Version of the plugin that should be used in the new pom file
- Type:
java.lang.String
- Required:
Yes
- Default:
${plugin.version}