Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"Unable to initialise extensions" error while building maven project with "wagon-ssh"

Getting below error when building Maven (version 2.2.1) Project with wagon-ssh extention

pom.xml:

<extensions>
  <extension>
    <groupId>org.apache.maven.wagon</groupId>
        <artifactId>wagon-ssh</artifactId>
        <version>2.4</version>
  </extension>
</extensions>

Unable to initialise extensions Component descriptor role: 'com.jcraft.jsch.UIKeyboardInteractive', implementation: 'org.apache.maven.wagon.providers.ssh.jsch.interactive.PrompterUIKeyboardInteractive', role hint: 'default' has a hint, but there are other implementations that don't

any suggestions/hints is very much appriciated.

like image 964
user2358247 Avatar asked Dec 27 '22 04:12

user2358247


1 Answers

try installing maven3 version ..!!

like image 134
Ricardo Jl Rufino Avatar answered Feb 08 '23 23:02

Ricardo Jl Rufino