andromda-beautifier:beautify-imports

Full name:

org.andromda.maven.plugins:andromda-beautifier-plugin:3.5-SNAPSHOT:beautify-imports

Description:

Runs andromda beautifier

Attributes:

  • Binds by default to the lifecycle phase: process-sources.

Optional Parameters

Name Type Since Description
inputDirectory File - Location of the directory to be recursively beautified. Defaults to all source directories for parent project (..)
outputDirectory File - Location of the output directory for beautified source. Defaults to the source directory
skipProcessing boolean - Whether or not processing should be skipped (this is if you just want to force Beautifier not to run on your code, i.e. if generating site from already formatted source code).

Parameter Details

inputDirectory:

Location of the directory to be recursively beautified. Defaults to all source directories for parent project (..)
  • Type: java.io.File
  • Required: No
  • Expression: ${basedir}

outputDirectory:

Location of the output directory for beautified source. Defaults to the source directory
  • Type: java.io.File
  • Required: No
  • Expression: ${basedir}

skipProcessing:

Whether or not processing should be skipped (this is if you just want to force Beautifier not to run on your code, i.e. if generating site from already formatted source code).
  • Type: boolean
  • Required: No
  • Expression: ${beautifier.run.skip}