Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-dev] State of Tycho with Maven 3.8.5



On Fri, Mar 11, 2022 at 11:08 AM Christoph Läubrich <laeubi@xxxxxxxxxxxxxx> wrote:
I don't know how the job actually works does it uses the current
master?, aven 3.8.5 candidate? Or the current 3.8.x (what would be 3.9.x)?

You can look at the job config: it downloads then unpack https://dist.apache.org/repos/dist/dev/maven/maven-3/3.8.5/binaries/apache-maven-3.8.5-bin.tar.gz and then run `mvn clean verify -Pits` against tycho master.
 
I did a local test as described here
https://github.com/eclipse/tycho/issues/726 and have only some
test-failures probably due more strict maven checking.

OK, so those would be issue in Maven? We shouldn't let Maven release without warning it causes regressions.

Back to the top