-
Improvement
-
Resolution: Fixed
-
Major
-
None
This improvement will allow to package our own plugin with a set of personas and not only one as today.
Plugin tree will be :
- my_own_persona.hpi
- BruceLee
- persona.xml
- success.jpg/.png/.gif
- failure.jpg/.png/.gif
- other.jpg/.png/.gif
- icon.jpg/.png/.gif
- AnotherPersona
- ... same set of files ...
- BruceLee
In hudson.plugins.persona.xml.XmlPersonaFinder.find(Class<T> type, Hudson hudson) reproducing the same behaviour for "// locate personas from $HUDSON_HOME" block in "// locate personas from plugins" block and adjusting the paths seems to be ok.