-
Feature Request
-
Resolution: Unresolved
-
Major
-
None
-
1.0.0.CR1
-
None
The only thing missing is that we still don't have a well-documented way of listing which dependencies are required if you didn't want to use a dependency management system. My vision for this is a script which will pull down the dependencies you need for a given container and stick them in a folder somewhere. Obviously, you limit your ability to use different containers, which I don't think needs to be our concern. In fact, the best way to resolve it is to simply be able to produce a report of which JARs are used, with links to download them.
Combine the 'container-profile-bom' with the 'test-framework-bom' and grind it through some dep resolver ('dependency:tree') and we should have a somewhat report of what is needed. http://www.jboss.org/tattletale ?
From that we need some manual evaluation of things like:
- You probably don't want to add those 250 container libs, but rather depend on jboss-client.jar found in $JBOSS_HOME/client