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
- Host: GitHub
- URL: https://github.com/sshtools/copy-all-dependencies-maven-plugin
- Owner: sshtools
- License: apache-2.0
- Created: 2024-03-03T16:51:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-04T09:46:32.000Z (over 2 years ago)
- Last Synced: 2025-01-23T00:13:33.683Z (over 1 year ago)
- Language: Java
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```