>
> On Fri, Jul 29, 2016 at 1:38 PM, Mike Jumper <[email protected]>
> 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