You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@guacamole.apache.org by Oliver Jones <ol...@glance.net> on 2016/08/01 14:25:05 UTC

Re: Custom auth provider source control?

>
> On Fri, Jul 29, 2016 at 1:38 PM, Mike Jumper <mi...@guac-dev.org>
> wrote:
>
>> The best way to write an authentication extension is to make a
>> separate Maven project, presumably in its own repository.
>>
>
Right. And for that to work properly with the org.apache.guacamole source
code, it's necessary first to build the incubator-guacamole-client repo
using

    mvn package install

to put the necessary artifacts into your local maven ( ~/.m2/ ) cache. Then
the extension build works correctly.

I suppose at some time in the future the org.apache.guacamole artifacts
will make it to The Central Repository. But they're not there now.

Ollie Jones