]
George Gastaldi updated FORGE-1790:
-----------------------------------
Fix Version/s: 2.x Future
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: George Gastaldi
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.