Christoph Läubrich
Christoph Läubrich
FYI @HannesWell who has worked on improving udpate sites recently.
What cam into my mind is to define an additional parameter (e.g. `repo-url`) that can be used as a fallback for CLI invocation, we can then use an ID as...
I will remove the milestone for now, as we are near the release already. This can then go into Tycho 6 and backported for the 5.0.1 release.
see - https://github.com/eclipse-tycho/tycho/pull/5367 - https://github.com/eclipse-tycho/tycho/pull/5366 thinking more about it changing the default might be a problem, so I just target it for Tycho 6
@waynebeaton again a request to provide something similar we have, but only as a rough concept.. generating a whole new thing! Obviously not just completely trivial even if repetitive of...
@copilot to align best with maven, we should support the following config properties from resolver where applicable in our implementation: https://maven.apache.org/resolver/configuration.html We should use https://github.com/eclipse-tycho/tycho/blob/main/tycho-spi/src/main/java/org/eclipse/tycho/helper/MavenPropertyHelper.java for that and also consider...
Sadly P2 does not understand the effective directive (yet).
@cdietrich I don't think it is the name but probably the new feature in Tycho 2.4 that executes test source folders as tests, can you give a link to the...
You are right, it seems somewhere in the call there is a request to execute some specific test. Due to a bug in the suferfire plugin adding `-Dsurefire.failIfNoSpecifiedTests=false` should solve...