Wrong version 53 package-info Signed-off-by: Jorge Bescos Gascon <jorge.bescos.gascon@oracle.com>
diff --git a/api/pom.xml b/api/pom.xml index 0d75186..c01010c 100644 --- a/api/pom.xml +++ b/api/pom.xml
@@ -265,6 +265,7 @@ <artifactId>maven-compiler-plugin</artifactId> <configuration> <release>9</release> + <createMissingPackageInfoClass>false</createMissingPackageInfoClass> <compilerArgs> <arg>-Xlint:all</arg> <arg>-Xdoclint:all</arg> @@ -281,6 +282,7 @@ </goals> <configuration> <release>8</release> + <createMissingPackageInfoClass>true</createMissingPackageInfoClass> <excludes> <exclude>module-info.java</exclude> </excludes>