DarioViva42 commented on PR #88: URL: https://github.com/apache/maven-compiler-plugin/pull/88#issuecomment-4420379623
> so they should not cause any problem This is a bold statement IMHO. For everyone using ArchUnit and counting on `package-info.java` files not to be compiled (as this was the default behaviour prior to 3.10.0) you can use the import-option `ImportOption.DoNotIncludePackageInfos.class` to exclude `package-info.class` files. -- 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]
