Exclude jars from annotation scanning and/or bundle classpath
-------------------------------------------------------------

                 Key: GERONIMO-5778
                 URL: https://issues.apache.org/jira/browse/GERONIMO-5778
             Project: Geronimo
          Issue Type: Improvement
      Security Level: public (Regular issues)
          Components: dependencies
    Affects Versions: 3.0-M2
            Reporter: Jarek Gawor


In most cases large web applications with a number of embedded dependencies 
contain jars that do not need to be scanned for annotations and/or included on 
bundle class path. So it would be nice to have a way to specify in a deployment 
descriptor 1) a list of jars that shouldn't be scanned for annotations, and 2) 
a list of jars that do not need to be included in the bundle class path.

#2 is probably a bit less useful as the web application archive can always be 
recreated but #1 might be very useful. It would help to speed up the 
(re)deployment process.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to