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 f82dc34 commit c6fe23cCopy full SHA for c6fe23c
eclipse-platform-parent/pom.xml
@@ -589,6 +589,9 @@
589
<cleanup.remove_unnecessary_array_creation>true</cleanup.remove_unnecessary_array_creation>
590
<!-- Remove unnecessary suppress warning tokens -->
591
<cleanup.remove_unnecessary_suppress_warnings>true</cleanup.remove_unnecessary_suppress_warnings>
592
+ <!-- Removes unused imports. Not to be confused with cleanup.organize_imports -->
593
+ <cleanup.remove_unused_imports>true</cleanup.remove_unused_imports>
594
+
595
</cleanUpProfile>
596
</configuration>
597
</execution>
0 commit comments