Skip to content

Commit c748cb8

Browse files
fedejeannelaeubi
authored andcommitted
Enable clean-up to remove unused imports
It requires the "organize imports" to be disabled.
1 parent a691d2a commit c748cb8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

eclipse-platform-parent/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -593,6 +593,9 @@
593593
<cleanup.remove_trailing_whitespaces>true</cleanup.remove_trailing_whitespaces>
594594
<cleanup.remove_trailing_whitespaces_all>true</cleanup.remove_trailing_whitespaces_all>
595595
<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>
596599
</cleanUpProfile>
597600
</configuration>
598601
</execution>

0 commit comments

Comments
 (0)