You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Ok, now that we have some CI in place, and a release made. We can take a look at this. Polyglot Maven 0.4.7 will be in Maven Central in 30 minutes, so if this is an issue let us know and we'll try to get this addressed.
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
toextensions.xml
and it fails. The output ofmvn package
is stored inmaven-log-0.4.6.txt
. I saw it failed injecting, my guess is the difference betweenpolyglot-common
version used intycho-pomless
andpolyglot-yaml
results 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.
The text was updated successfully, but these errors were encountered: