Full name:
com.carrotgarden.maven:scalor-maven-plugin_2.12:1.5.0.20190502181145:eclipse-format
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
<eclipseDetectPresent> | boolean | - | Invoke Eclipse executions only when runnting inside Eclipse/M2E.
When false, force executions regardless of the Eclipse
detection state. Default value is: true. User property is: scalor.eclipseDetectPresent. |
<eclipseFormatEnable> | boolean | - | Enable to transfer source format settings from Maven to Eclipse. Default value is: true. User property is: scalor.eclipseFormatEnable. |
<eclipseFormatLogParameters> | boolean | - | Enable to log in Eclipse/M2E effective configuration parameters for
this Maven execution. Default value is: false. User property is: scalor.eclipseFormatLogParameters. |
<formatJavaEnable> | boolean | - | Java formatter enablement parameter. Enable formatter invocation in
Maven. Enable formatter settings transfer in Eclipse. Default value is: true. User property is: scalor.formatJavaEnable. |
<formatJavaSettings> | String | - | Java formatter (org.eclipse.jdt.core) configuration file. Relative
path to ${project.basedir}. Settings reference.
Normally located in Maven project configuration folder
.mvn. Applied to Eclipse JDT with goal=eclipse-format. Default value is: .mvn/format-java.xml. User property is: scalor.formatJavaSettings. |
<formatParentLookup> | boolean | - | Enable format configuration file lookup in parents of multi-module
projects. In each project canditate, plugin will check for
existence of relevant files: formatJavaSettings, formatScalaSettings. Default value is: true. User property is: scalor.formatParentLookup. |
<formatScalaEnable> | boolean | - | Scala formatter enablement parameter. Enable formatter invocation
in Maven. Enable formatter settings transfer in Eclipse. Default value is: true. User property is: scalor.formatScalaEnable. |
<formatScalaSettings> | String | - | Scala formatter (scala-ide/scalariform) configuration file.
Relative path to ${project.basedir}. Settings reference.
Normally located in Maven project configuration folder
.mvn. Applied to Scala IDE with goal=eclipse-format. Default value is: .mvn/format-scala.props. User property is: scalor.formatScalaSettings. |
<formatSourceEncoding> | String | - | Charset for source file reading and writing. Default value is: UTF-8. User property is: scalor.formatSourceEncoding. |
<skip> | boolean | - | Force to skip all executions of this plugin. Default value is: false. User property is: scalor.skip. |
<skipEclipse> | boolean | - | Flag to skip goal execution: eclipse-*. Default value is: false. User property is: scalor.skipEclipse. |
<skipLogReason> | boolean | - | Enable logging of reason for skipping an execution. Default value is: true. User property is: scalor.skipLogReason. |
<skipPackagingList> | String[] | - | List of packaging types, which are skipped by this plugin. Default value is: pom. User property is: scalor.skipPackagingList. |