How would I filter out all jboss libraries?
What we currently "said" with this config is the following:
* if the package isn't 1.0.com.sun.codemodel, go and look into parent
* else don't go into parent, only look at my resources
e.g. if I wanted to use own Hibernate lib from my jar, I would filter on all org.hibernate.* packages.
(hopefully the Hibernate lib is properly packaged, and doesn't have any classes outside org.hibernate :-))