gnodet commented on code in PR #1062: URL: https://github.com/apache/maven/pull/1062#discussion_r1185869307
########## maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java: ########## @@ -31,16 +31,8 @@ import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.Paths; -import java.util.ArrayList; -import java.util.Collections; -import java.util.HashSet; -import java.util.LinkedHashMap; -import java.util.List; -import java.util.Map; +import java.util.*; Review Comment: I think the spotless _auto_ formatter that when there are more than 10 classes imported from the same package. This would have to be changed in maven parent's pom if we want to. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
