Issue #7855 - maven compiler plugin should not generate package-info.class files (#7856)

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
This commit is contained in:
Joakim Erdfelt 2022-04-07 14:44:03 -05:00 committed by GitHub
parent a2f83a5f8c
commit 1678a21b82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
<!-- build -->
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<maven.compiler.createMissingPackageInfoClass>false</maven.compiler.createMissingPackageInfoClass>
<jetty.url>https://eclipse.org/jetty</jetty.url>
<jmhjar.name>benchmarks</jmhjar.name>
<jpms-module-name>${bundle-symbolic-name}</jpms-module-name>