The impsort-maven-plugin must be configured to support module-info.java files, otherwise it fails with Java 9+ projects that have such files.
<configuration>
<compliance>${maven-compiler-plugin.release}</compliance>
(...)
where ${maven-compiler-plugin.release} can be 11, 17, etc