extract the schemas from the cars that need them, don't put them all in
boilerplate.
------------------------------------------------------------------------------------
Key: GERONIMO-4301
URL: https://issues.apache.org/jira/browse/GERONIMO-4301
Project: Geronimo
Issue Type: Improvement
Security Level: public (Regular issues)
Components: buildsystem
Affects Versions: 2.2
Reporter: David Jencks
Assignee: David Jencks
Fix For: 2.2
Right now one of the factors preventing moving boilerplate into framework is
that it includes all our schemas extracted in one giant operation from all the
jars. This also means someone with a minimal server will get to study all the
schemas they can't possibly use without installing more server components.
Instead, we can use the maven dependency plugin to get the schemas into each
car file that uses them (e.g. connector-deployer for our geronimo-ra schema)
and copy-file to extract them on installation.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.