An open API service indexing awesome lists of open source software.

https://github.com/sshtools/copy-all-dependencies-maven-plugin

Copy an artifact and all of it's depdendencies
https://github.com/sshtools/copy-all-dependencies-maven-plugin

Last synced: 8 months ago
JSON representation

Copy an artifact and all of it's depdendencies

Awesome Lists containing this project

README

          

# Copy All Dependencies

A plugin that copies one or more artifacts and all of their discoverable transitive dependencies
to an output directory.

This is bit like a cross between `maven-dependency-plugin`'s goals `copy` and `get`. The former
does not copy the transitive dependencies, and the later only gets a single artifact.

## Obtaining

Available on Maven Central. Adjust for your build system.

```xml

com.sshtools
copy-all-dependencies-maven-plugin
0.9.0-SNAPSHOT

```

## Usage

There is no other documentation for this plugin, but the following should give you a good idea how to use
it.

```xml

com.sshtools
copy-all-dependencies-maven-plugin
0.9.0-SNAPSHOT

```