hohwille commented on issue #867: URL: https://github.com/apache/maven-mvnd/issues/867#issuecomment-1619131454
Sure, I am happy if I can be of any help: ``` #!/bin/bash git clone https://github.com/m-m-m/mmm.git git clone https://github.com/m-m-m/l10n.git git clone https://github.com/m-m-m/base.git git clone https://github.com/m-m-m/binary.git git clone https://github.com/m-m-m/crypto.git git clone https://github.com/m-m-m/scanner.git git clone https://github.com/m-m-m/tvm.git git clone https://github.com/m-m-m/marshall.git git clone https://github.com/m-m-m/event.git git clone https://github.com/m-m-m/cli.git git clone https://github.com/m-m-m/nls.git git clone https://github.com/m-m-m/value.git git clone https://github.com/m-m-m/validation.git git clone https://github.com/m-m-m/property.git git clone https://github.com/m-m-m/bean.git git clone https://github.com/m-m-m/entity.git git clone https://github.com/m-m-m/ui-api.git git clone https://github.com/m-m-m/ui-spi.git git clone https://github.com/m-m-m/ui-fx.git git clone https://github.com/m-m-m/ui-tvm.git git clone https://github.com/m-m-m/ui-test.git git clone https://github.com/m-m-m/code.git #if [ "${OSTYPE}" = "cygwin" ] || [ "${OSTYPE}" = "msys" ] #then # eval "cmd //c 'mklink /d /j $(cygpath -w "pom.xml") $(cygpath -w "mmm/pom.xml")'" #else # ln -s mmm/pom.xml pom.xml #fi cp mmm/pom.xml pom.xml mvn install -DskipTests=true -T 8 ``` I can also quickly fix a test that is currently red but I did my measurements without tests. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
