ineo:staticize
Full name:
org.eolang:ineo-maven-plugin:0.3.2:staticize
Description:
StaticizeMojo. Replace recursive instance method call with static one.
Attributes:
- Requires a Maven project to be executed.
- The goal is thread-safe and supports parallel builds.
- Since version:
0.2. - Binds by default to the lifecycle phase:
generate-sources.
Required Parameters
| Name | Type | Since | Description |
|---|---|---|---|
<outputDir> |
File |
- |
Output directory. Default: ${project.build.directory}/generated-sources/staticized-xmirUser Property: ineo.staticizeOutputDir |
<sourcesDir> |
File |
- |
Sources directory. Default: ${project.build.directory}/generated-sources/xmirUser Property: ineo.staticizeSourcesDir |
Parameter Details
<outputDir>
Output directory.
- Type:
java.io.File - Required:
report.plugin.goal.yes - User Property:
ineo.staticizeOutputDir - Default:
${project.build.directory}/generated-sources/staticized-xmir
<sourcesDir>
Sources directory.
- Type:
java.io.File - Required:
report.plugin.goal.yes - User Property:
ineo.staticizeSourcesDir - Default:
${project.build.directory}/generated-sources/xmir