• 0.3.2

ineo:fuse

Full name:

org.eolang:ineo-maven-plugin:0.3.2:fuse

Description:

Fuse new B(new A(42).bar() java code into new BA(42).bar().

Attributes:

  • Requires a Maven project to be executed.
  • The goal is thread-safe and supports parallel builds.
  • Since version: 0.1.
  • 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/fused-xmir
User Property: ineo.outputDir
<sourcesDir> File - Sources directory.
Default: ${project.build.directory}/generated-sources/xmir
User Property: ineo.sourcesDir

Parameter Details

<outputDir>

Output directory.
  • Type: java.io.File
  • Required: report.plugin.goal.yes
  • User Property: ineo.outputDir
  • Default: ${project.build.directory}/generated-sources/fused-xmir

<sourcesDir>

Sources directory.
  • Type: java.io.File
  • Required: report.plugin.goal.yes
  • User Property: ineo.sourcesDir
  • Default: ${project.build.directory}/generated-sources/xmir