Konrad Windszus

Results 322 issues of Konrad Windszus

Currently the Maven prerequisites is only stated in https://github.com/eclipse-tycho/tycho/blob/ac83caac1d94c795d5c62ee9d84f538549048bb9/pom.xml#L61. This is not inherited to child modules though: > By default, every model field is inherited as-is from parent, with a...

There should be a dedicated page in the Maven generated site which explains when and how the Maven extensions from `tycho-build` (https://github.com/eclipse-tycho/tycho/blob/master/tycho-build/pom.xml) should be loaded. Compare with the discussion at...

Plexus Components are deprecated (https://codehaus-plexus.github.io/plexus-containers/) and should be replaced by plain JSR 330 components (https://github.com/eclipse/sisu.plexus/wiki/Plexus-to-JSR330). Here are some examples of JSR 330 components: 1. lifecycle mapping: https://github.com/apache/maven-rar-plugin/blob/master/src/main/java/org/apache/maven/plugins/rar/internal/RarLifecycleMappingProvider.java 2. artifact handler:...

After upgrading from version 2.7.5 to 3.0.0 I experience the following error: ``` [INFO] --- tycho-surefire-plugin:3.0.0:test (default-test) @ org.apache.sling.ide.eclipse-test --- [INFO] Could not find a java toolchain of type jdk,...

Compare with https://jira.sonarsource.com/browse/SONARPLUGINS-694.

enhancement

It would be nice to support incremental builds in Eclipse: https://www.eclipse.org/m2e/documentation/m2e-making-maven-plugins-compat.html. This would require providing a mapping file and relying on BuildContext.

In issue 6 it is described how to add new identities to the ssh-agent. In case you have a protected ssh key you always need to provide the passphrase in...