]
George Gastaldi reassigned FORGE-1790:
--------------------------------------
Assignee: Lincoln Baxter III (was: George Gastaldi)
Make adding addon deps easier in getDeployment().
-------------------------------------------------
Key: FORGE-1790
URL:
https://issues.jboss.org/browse/FORGE-1790
Project: Forge
Issue Type: Feature Request
Components: Test Harness
Affects Versions: 2.13.1.Final
Reporter: Ondrej Zizka
Assignee: Lincoln Baxter III
Fix For: 2.x Future
Currently, the deps need to be stated twice - once in annotations, and then in
getDeployment(). If getDeployment() wasn't static, one could get that using
reflection. But Arquillian needs getDeployment static.
This also limits usage of subclassing, because subclass can't add dependencies to
it's parent.
Would be nice to come up with some solution to this.