We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a691d2a commit c748cb8Copy full SHA for c748cb8
eclipse-platform-parent/pom.xml
@@ -593,6 +593,9 @@
593
<cleanup.remove_trailing_whitespaces>true</cleanup.remove_trailing_whitespaces>
594
<cleanup.remove_trailing_whitespaces_all>true</cleanup.remove_trailing_whitespaces_all>
595
<cleanup.remove_trailing_whitespaces_ignore_empty>false</cleanup.remove_trailing_whitespaces_ignore_empty>
596
+ <!-- Removes unused imports -->
597
+ <cleanup.remove_unused_imports>true</cleanup.remove_unused_imports>
598
+ <cleanup.organize_imports>false</cleanup.organize_imports>
599
</cleanUpProfile>
600
</configuration>
601
</execution>
0 commit comments