• 0.6.20

jeo:unroll-phi

Full name:

org.eolang:jeo-maven-plugin:0.6.20:unroll-phi

Description:

This mojo unrolls all the changes made by PHI/UNPHI transformations. In other words, it makes XMIR understandable by jeo-maven-plugin after PHI/UNPHI transformations.

Attributes:

  • Requires a Maven project to be executed.
  • The goal is not marked as thread-safe and thus does not support parallel builds.
  • Since version: 0.6.
  • Binds by default to the lifecycle phase: process-classes.

Optional Parameters

Name Type Since Description
<outputDir> File 0.6 Target directory.
Default: ${project.build.directory}/generated-sources/jeo-unrolled
User Property: jeo.unroll-phi.outputDir
<sourcesDir> File 0.6 Source directory.
Default: ${project.build.directory}/generated-sources/jeo-xmir
User Property: jeo.unroll-phi.sourcesDir

Parameter Details

<outputDir>

Target directory.
  • Type: java.io.File
  • Since: 0.6
  • Required: No
  • User Property: jeo.unroll-phi.outputDir
  • Default: ${project.build.directory}/generated-sources/jeo-unrolled

<sourcesDir>

Source directory.
  • Type: java.io.File
  • Since: 0.6
  • Required: No
  • User Property: jeo.unroll-phi.sourcesDir
  • Default: ${project.build.directory}/generated-sources/jeo-xmir