java - Can't install Picketlink Forge Plugin JBoss -


i want implement simple form login/register feature in application , unfortunately found tutorials depend on picketlink plugin (if knows tutorials register/login, please tell me!). however, installed plugin:

forge install-plugin picketlink 

and got output:

connecting remote repository [https://raw.github.com/forge/plugin-repository/master/repository.yaml]... connected!     ***info*** preparing install plugin: picketlink     ***info*** checking out plugin source files [/var/folders/0d/s6yx2tks4lgf784zkv1ylnzm0000gn/t/forgetemp4633334032607758018] via 'git'     ***info*** switching branch/tag [refs/heads/master] 

but stops there. doing wrong?

any appreciated.

maybe should consider forge 2, forge 1 no more developed actively?

after install , run on command line, can install picketlink addon (the new term plugins if forge 2) following command:

addon-install --coordinate org.picketlink.tools.forge:picketlink-forge-addon,1.0.0.final 

cheers, ivan


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -