Hello, I would like to build a custom version of OM (a little bit changed code). But first I tried build original source code. So I downloaded the OM 6.0.0 src package from: https://openmeetings.apache.org/downloads.html
I unpacked files into the openmeetings directory. I have installed OracleJDK 11 and Maven 3.6.3. I have set JAVA_HOME to OracleJDK 11. So I tried to compile from the terminal with command: *mvn clean install -P allModules* But it failed. So my question is how can I achieve compilation without any errors in original source code. What else I need to do or have installed? Thanks Filip
