I have a gradle project that builds war that it's then being published to artifactory. So now I have a project that need to take war(s) and put it into ear. The only way that I have found to get it to work is by specifying a path or a project name where artifact is being built.
How to build it by specifying a dependency so the war can be downloaded from a repository?
Any help appreciated.
I was able to achieve that - by doing this:
dependencies{
}