Full name:
net.sf.maven.plugins:maven-eclipse-format:1.1-SNAPSHOT:format
Description:
Attributes:
process-sources
.Name | Type | Since | Description |
---|---|---|---|
failOnError | boolean |
- |
Indicates whether a run should be held if errors occured. Default value is: true . |
fileEncoding | String |
- |
Sets the file encoding. Default value is: UTF-8 . |
fileFormat | String |
- |
Sets the file format of the input files. The file format controls
what end of line character is used. Either one of "UNIX", "DOS",
"MAC", "DEFAULT" or "AUTO" can be used. The values are case
insensitive. Default value is: auto . |
formatConfig | String |
- |
Path to alternative formatter configuration. |
srcExcludesPattern | String |
- |
For Source Directory. Specifies filesets defining which source
files not to format. This is a comma- or space-separated
list of patterns of files. Default value is **\*.exc . |
srcIncludesPattern | String |
- |
For Source Directory. Specifies filesets defining which source
files to format. This is a comma- or space-separated list of
patterns of files. Default value is: **\*.java . |
testExcludesPattern | String |
- |
For Test Directory. Specifies filesets defining which test source
files not to format. This is a comma- or space-separated
list of patterns of files. Default value is **\\*.exc . |
testIncludesPattern | String |
- |
For Test Directory. Specifies filesets defining which test source
files to format. This is a comma- or space-separated list of
patterns of files. Default value is: **\*.java . |
boolean
No
true
java.lang.String
No
UTF-8
java.lang.String
No
auto
java.lang.String
No
**\*.exc
.java.lang.String
No
**\*.exc
java.lang.String
No
**\*.java
**\\*.exc
.java.lang.String
No
**\*.exc
java.lang.String
No
**\*.java