Hello Seb, Just was able to test:
``` git checkout 7.0.0 mvn clean install ``` The build was green OS Ubuntu 22.04 (all latest updates) ``` mvn --version Apache Maven 3.8.8 (4c87b05d9aedce574290d1acc98575ed5eb6cd39) Maven home: /opt/maven Java version: 17.0.6, vendor: Private Build, runtime: /usr/lib/jvm/java-17-openjdk-amd64 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.19.0-38-generic", arch: "amd64", family: "unix" ``` On Sun, 16 Apr 2023 at 14:30, [email protected] <[email protected]> wrote: > > Sounds good, thanks! > > Sebastian Wagner > Director Arrakeen Solutions, OM-Hosting.com > http://arrakeen-solutions.co.nz/ > https://om-hosting.com - Cloud & Server Hosting for HTML5 > Video-Conferencing OpenMeetings > <https://www.youracclaim.com/badges/da4e8828-743d-4968-af6f-49033f10d60a/public_url> > <https://www.youracclaim.com/badges/b7e709c6-aa87-4b02-9faf-099038475e36/public_url> > > > On Sun, 16 Apr 2023 at 14:05, Maxim Solodovnik <[email protected]> wrote: > > > I do remember I've struggle with site/javadoc during the build > > > > But as fa as I remember build com 7.0.0 tag should work > > I can double-check > > > > But since we release, we can't change the history :( > > > > I plan to start 7.1.0 release next week > > So lets test it more carefully :) > > > > from mobile (sorry for typos ;) > > > > > > On Sun, Apr 16, 2023, 07:25 [email protected] <[email protected]> > > wrote: > > > > > That also happens when compiling the sources using: > > > mvn install -P allModules > > > > > > It seems to be fixed in trunk/latest master. Above was against the 7.0.0 > > > sources. Build v7.0.0 from source seems broken now. > > > > > > I saw some fixes lately to disable the site.build for certain modules. > > > > > > Thanks > > > Seb > > > > > > Sebastian Wagner > > > Director Arrakeen Solutions, OM-Hosting.com > > > http://arrakeen-solutions.co.nz/ > > > https://om-hosting.com - Cloud & Server Hosting for HTML5 > > > Video-Conferencing OpenMeetings > > > < > > > > > https://www.youracclaim.com/badges/da4e8828-743d-4968-af6f-49033f10d60a/public_url > > > > > > > < > > > > > https://www.youracclaim.com/badges/b7e709c6-aa87-4b02-9faf-099038475e36/public_url > > > > > > > > > > > > > On Sun, 16 Apr 2023 at 12:03, [email protected] < > > [email protected] > > > > > > > wrote: > > > > > > > I get the following error when compiling from source: > > > > :maven-site-plugin:4.0.0-M3:site failed: decoration.skin cannot be null > > > > > > > > Is there a new build parameter or something else missing? > > > > > > > > I try compiling one of the modules using: > > > > mvn -e install -P allModules -pl openmeetings-util > > > > > > > > Thanks > > > > Seb > > > > > > > > Sebastian Wagner > > > > Director Arrakeen Solutions, OM-Hosting.com > > > > http://arrakeen-solutions.co.nz/ > > > > https://om-hosting.com - Cloud & Server Hosting for HTML5 > > > > Video-Conferencing OpenMeetings > > > > > > > > < > > > > > https://www.youracclaim.com/badges/da4e8828-743d-4968-af6f-49033f10d60a/public_url > > > > > > > > < > > > > > https://www.youracclaim.com/badges/b7e709c6-aa87-4b02-9faf-099038475e36/public_url > > > > > > > > > > > > > -- Best regards, Maxim
