Maven - Copy specific dependency with its transitive dependencies to a give location
问题 I have a maven project which I have say spring framework libraries as dependencies, I want to copy spring framework dependencies with there transitive dependencies to a location specified. I have gone through maven dependency plugin guides at apache, I have several options where non of them will solve the complete problem. copy dependencies option <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> <version>2.8</version> <executions>