Open
Description
**Is your feature request related to a problem? If an application has plugin that formats code, while running mvn compile
the code might get changed while the symbol table analysis keep pointing to the before version, making analysis obsolete.
Example:
<plugin>
<groupId>net.revelc.code.formatter</groupId>
<artifactId>formatter-maven-plugin</artifactId>
<version>2.18.0</version>
<executions>
<execution>
<goals>
<goal>format</goal>
</goals>
</execution>
</executions>
</plugin>
Describe the solution you'd like
List all the code formatting plugin and turn them off while building project