Allow the manipulator and the different front end to use several metadata files
-------------------------------------------------------------------------------
Key: FELIX-2755
URL: https://issues.apache.org/jira/browse/FELIX-2755
Project: Felix
Issue Type: Improvement
Components: iPOJO
Reporter: Clement Escoffier
Assignee: Clement Escoffier
Fix For: iPOJO-1.8.0
The manipulator and the frontends (maven and ant) do not support having several
metadata file. So, for bundles with a lot of components, the metadata file can
be quite big.
This improvement aims to support several files. If the specified metadata
location is a directory, all xml files will be used (recursive search).
The maven plugin should also look by default into the src/main/ipojo folder. If
this folder exists, all contained XML files will be used. If the folder does
not exist, the plugin should use the current policy (search for
target/classes/metadata.xml and ./metadata.xml). If the folder exists but is
empty, the manipulation should just use annotations.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.