Commit faa268b 1 parent a83d47a commit faa268b Copy full SHA for faa268b
File tree 2 files changed +6
-1
lines changed
src/main/java/net/revelc/code/formatter
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 366
366
<plugin >
367
367
<groupId >net.revelc.code.formatter</groupId >
368
368
<artifactId >formatter-maven-plugin</artifactId >
369
- <version >2.13 .0</version >
369
+ <version >2.14 .0</version >
370
370
<configuration >
371
371
<configFile >${project.basedir} /src/main/resources/formatter-maven-plugin/eclipse/java.xml</configFile >
372
372
<configJsFile >${project.basedir} /src/main/resources/formatter-maven-plugin/eclipse/javascript.xml</configJsFile >
Original file line number Diff line number Diff line change @@ -136,6 +136,11 @@ public class FormatterMojo extends AbstractMojo implements ConfigurationSource {
136
136
* survive clean phase when it should. This is not intended to be clean in that way as one would want as close to a
137
137
* no-op as possible when files are already all formatted and/or have not been otherwise touched. This is used based
138
138
* off the files in the project so it is as much part of the source as any other file is.
139
+ *
140
+ * <p>
141
+ * The cache can become invalid for any number of reasons that this plugin can't reasonably detect automatically. If
142
+ * you rely on the cache and make any changes to the project that could conceivably make the cache invalid, or if
143
+ * you notice that files aren't being reformatted when they should, just delete the cache and it will be rebuilt.
139
144
*
140
145
* @since 2.12.1
141
146
*/
You can’t perform that action at this time.
0 commit comments