Create a top-level parent POM with build-setup and aggregation of modules
Closed this issue · 1 comments
lfryc commented
Top level POM should:
- reference jboss-parent - https://github.com/arquillian/arquillian-extension-warp/blob/master/pom.xml#L7
- aggregate modules - https://github.com/arquillian/arquillian-extension-warp/blob/master/pom.xml#L80
- specify dependency versions - https://github.com/arquillian/arquillian-extension-warp/blob/master/pom.xml#L56
- (optionally) specify dependency management - https://github.com/arquillian/arquillian-extension-warp/blob/master/build/pom.xml#L15
tolis-e commented
I've added a parent POM which aggregates the sub project modules. In case anything is missing please reopen the issue.