chungote / pyramus

Automatically exported from code.google.com/p/pyramus
0 stars 0 forks source link

Local plugin loader can't load dependencies #86

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Add a Pyramus plugin to your local Maven repository
2. Add your local Maven repository to Pyramus' repositories list
3. Add the local plugin to Pyramus' plugins list
4. Restart Pyramus

What is the expected output? What do you see instead?
The dependencies are already in the local Maven repository, and Pyramus
should load them; instead, no dependencies are loaded, and loading the
plugin itself fails with no error message.
Workaround: copy the needed plugins from your Maven repository to
jboss/bin/PyramusPlugins/

Please use labels and text to provide additional information.

Original issue reported on code.google.com by ilmo.e...@otavanopisto.fi on 20 Jul 2012 at 5:24