caelum / vraptor-scaffold

VRaptor Scaffold extension to make it easier configuring new projects and plugins
http://vraptor.org
MIT License
55 stars 22 forks source link

list available plugins #42

Closed rodolfoliviero closed 13 years ago

rodolfoliviero commented 13 years ago

vraptor plugin known should list all plugins that are possible to install.

guilhermesilveira commented 13 years ago

hould this one list vraptor plugins or vraptor-scaffold plugins? we can force gem names to start with vraptor- so we can easily list them, but its harder to list vraptor plugins because their organization will change. unless we use mvnrepository (which is non official)

rodolfoliviero commented 13 years ago

I think we should put all of availables plugins in a hash. So it will be easy to list all of them.

guilhermesilveira commented 13 years ago

The advantage of not being hard coded is that anyone can create a plugin even without a pull request to any proj. What do you yhink?

Guilherme Silveira

On 19/05/2011 4:36 PM, "rodolfoliviero" < reply@reply.github.com> wrote:

I think we should put all of availables plugins in a hash. So it will be easy to list all of them.

Reply to this email directly or view it on GitHub: https://github.com/caelum/vraptor-scaffold/issues/42#comment_1205808

rodolfoliviero commented 13 years ago

It is really advantage but if we dont have control of this information we cannot list available plugins. So we cannot implements this issue.