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
Sergi Baila edited this page May 6, 2015
·
1 revision
Welcome to the scm-ssh-plugin wiki!
There is currently just this page on the wiki to document the details of the compatibility problem that led to this fork.
Problem: Installing scm-ssh-plugin for SCM Manager doesn't work on recent versions
After some research the problem is in the class GitReceiveHook.
I discovered it by just setting the log level to debug and trying to install
the plugin. Then I got an error from Guice that led me to the constructor of
this class.
After downloading the source code and setting up the project I changed the
pom.xml from the plugin to depend on the newest version (1.45) instead on the
old one (1.22). Cleared and rebuild dependencies and I got a compilation
error.