ThoughtWorksInc / go-maven-poller

Go plugin that polls Maven (Nexus) repositories
Apache License 2.0
3 stars 19 forks source link

go-maven-poller installed but not found when trying to add package repository #6

Closed ryanfb closed 10 years ago

ryanfb commented 10 years ago

_2t7k-vs

I've installed go-maven-poller 0.2.0 by placing it in ~/Library/Application Support/Go Server/plugins/external/ and restarting Go Server. While it shows as activated on the Plugins admin tab, Package Repositories reports no plugins found.

mdaliejaz commented 10 years ago

I've fixed the issue (6cf95e). It was due to changes in go plugin api. This change makes the plugin compatible with Go version 14.1, but as a side effect it would no longer work with lower versions of Go.

If the plugin works for you, could you close this issue?