Mateusz "Serafin" Gajewski
Mateusz "Serafin" Gajewski
Bump!
It's failing. Can we set some more generous timeout? 30 minutes ? (1800 s)
I've added a bunch of tests to assert on both metadata and RPM content
Repro: ``` git clone https://github.com/trinodb/trino --filter=tree:0 && cd trino mvnd clean install -DskipTests ``` while this will work: ``` ./mvnw clean install -DskipTests ```
``` Apache Maven Daemon (mvnd) 1.0-m7 darwin-aarch64 native client (b2ef5d81997adbcdb72dc8c5603722538fa641fe) Terminal: org.jline.terminal.impl.PosixSysTerminal with pty org.jline.terminal.impl.jansi.osx.OsXNativePty Apache Maven 3.9.3 (21122926829f1ead511c958d89bd2f672198ae9f) Maven home: /usr/local/mvnd/mvn Java version: 21.0.2, vendor: Eclipse Adoptium, runtime: /Users/mateuszgajewski/.sdkman/candidates/java/21.0.2-tem...
@gnodet can we get this merged and expect new release soon :)?
Just tested the master build with Trino and it seems to ignore the default property value for `MVND_CORE_EXTENSIONS_EXCLUDE` while the explicitly passed `-Dmvnd.coreExtensionsExclude` works as expected.
That works :) Thanks!
Can we get this in for alpha14?