У меня есть такая проблема: один и тот же проект maven (тот же pom.xml) может быть собран на Windows 10 с идентичными версиями Java и apache-maven.В Linux с виртуальной машины (Oracle) это выдает эту ошибку при вызове mvn clean install:
[ERROR] Failed to execute goal org.eclipse.xtend:xtend-maven-plugin:2.8.4:compile (default) on project hcm: Execution default of goal org.eclipse.xtend:xtend-maven-plugin:2.8.4:compile failed: Unable to load the mojo 'compile' (or one of its required components) from the plugin 'org.eclipse.xtend:xtend-maven-plugin:2.8.4': com.google.inject.ProvisionException: Unable to provision, see the following errors:
[ERROR]
[ERROR] 1) Error injecting constructor, java.lang.SecurityException: class "org.eclipse.core.runtime.OperationCanceledException"'s signer information does not match signer information of other classes in the same package
[ERROR] at org.eclipse.xtend.maven.XtendCompile.<init>(XtendCompile.java:27)
[ERROR] while locating org.eclipse.xtend.maven.XtendCompile
[ERROR] at ClassRealm[plugin>org.eclipse.xtend:xtend-maven-plugin:2.8.4, parent: sun.misc.Launcher$AppClassLoader@5a4b4b50] (via modules: org.eclipse.sisu.wire.WireModule -> org.eclipse.sisu.plexus.PlexusBindingModule)
[ERROR] while locating org.apache.maven.plugin.Mojo annotated with @com.google.inject.name.Named(value=org.eclipse.xtend:xtend-maven-plugin:2.8.4:compile)
[ERROR]
[ERROR] 1 error
[ERROR] role: org.apache.maven.plugin.Mojo
[ERROR] roleHint: org.eclipse.xtend:xtend-maven-plugin:2.8.4:compile
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginContainerException
Я пытался переустановить maven с разными версиями и очистил папку репозитория m2, но это не дало успеха.Кто-нибудь подсказывает, что может быть не так?