How can I publish all project dependencies to local filesystem repository ?
For example I have project P
that depends on A
.
I would like to copy A
and P
to local m2 repository, but <ivy:publish/>
will only copy P
.
Optionally:
The repository should be in maven format (with poms and other metadata, groupIds with dots transformed to directories).