Re: Copying dependencies (including reactor modules)

2018-12-15 Thread matteosilv
I don't need to build the reactor project, i just need the maven-dependency-plugin, with the task dependency:copy-dependencies to download in a specific folder, its dependencies, but only the external ones, excluding other projects that may be in the reactor. E.g. A depends on EXT.1 EXT.2 and B

Re: Copying dependencies (including reactor modules)

2018-12-07 Thread matteosilv
This is the exact same behavior i need to acomplish, but i can't do it after package phase, because i need the dependencies (excluding the ones that are projects in my multi-module build) in a specific folder in order to run a development server. It's pretty weird imho, that, when excluding a grou