Here is the repo I used: https://github.com/duongdominhchau/tycho-example/tree/error
It is based on the vogella example, I just added polyglot-yaml to extensions.xml and it fails. The output of mvn package is stored in maven-log-0.4.6.txt. I saw it failed injecting, my guess is the difference between polyglot-common version used in tycho-pomless and polyglot-yaml results in two choices for injection. However, when I use polyglot-yaml 0.4.5 (the version used by tycho-pomless), it fails too (maven-log-0.4.5.txt).
I use Maven 3.6.3 with OpenJDK15 on ArchLinux.
Here is the repo I used: https://github.com/duongdominhchau/tycho-example/tree/error
It is based on the vogella example, I just added
polyglot-yamltoextensions.xmland it fails. The output ofmvn packageis stored inmaven-log-0.4.6.txt. I saw it failed injecting, my guess is the difference betweenpolyglot-commonversion used intycho-pomlessandpolyglot-yamlresults in two choices for injection. However, when I usepolyglot-yaml 0.4.5(the version used bytycho-pomless), it fails too (maven-log-0.4.5.txt).I use Maven 3.6.3 with OpenJDK15 on ArchLinux.