[ https://issues.apache.org/jira/browse/WAGON-393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Michael Osipov updated WAGON-393: --------------------------------- Labels: close (was: ) > Maven 2.2.1 fails to build when build extension uses Wagon provider > 2.2 > ------------------------------------------------------------------------- > > Key: WAGON-393 > URL: https://issues.apache.org/jira/browse/WAGON-393 > Project: Maven Wagon > Issue Type: Bug > Components: wagon-ssh > Reporter: Michael Osipov > Priority: Critical > Labels: close-pending > > I use the wagon-maven-plugin to upload files to SF.net. Since Maven 3 does > not have SFTP support built-in I have declared this: > {code} > <extensions> > <extension> > <groupId>org.apache.maven.wagon</groupId> > <artifactId>wagon-ssh</artifactId> > <version>2.4</version> > </extension> > </extensions> > {code} > Runs fine with Maven 3 but when running with Maven 2.2.1 it says: > {noformat} > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] Unable to initialise extensions > Component descriptor role: 'com.jcraft.jsch.UIKeyboardInteractive', > implementation: 'org.apache.maven.wagon.providers.ss > h.jsch.interactive.PrompterUIKeyboardInteractive', role hint: 'default' has a > hint, but there are other implementations > that don't > {noformat} > I went down all versions to 2.2 and it worked. So there must something wrong > from 2.2 to 2.3. > A demo project is available. -- This message was sent by Atlassian JIRA (v6.3.4#6332)