Thanks for the quick reply Martin :) Here is the pom https://github.com/apache/openmeetings/blob/master/pom.xml The command is `mvn clean install -PallModules,rc -DskipTests=true` (most probably `mvn javadoc:jar` will gave same result)
The packages reported are org.apache.sis.internal.simple org.apache.sis.util.iso org.apache.sis.metadata.iso On Wed, 11 Dec 2019 at 00:23, Martin Desruisseaux < [email protected]> wrote: > Hello Maxim > > Le 10/12/2019 à 18:10, Maxim Solodovnik a écrit : > > > It seems different sis modules do have same packages > > > Yes there is org.apache.sis.util.iso, but I think it is the only > remaining one if my memory serves me right. We will try to resolve that > in next releases, in preparation for Jigsaw. > > > > This results in following errors under java11 > > https://tika.markmail.org/thread/5w6el5fy7phiwook > > (weird enough only javadoc complaining) > > > > Maybe you can suggest how this can be bypassed? > > Can you point me to the pom.xml of the project, and which command you > are using ("mvn javadoc:javadoc", "mvn javadoc:aggregate" or "mvn site")? > > Martin > > > -- WBR Maxim aka solomax
