Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fugerit-org/fj-lib-dep
Help generating dependency libraries
https://github.com/fugerit-org/fj-lib-dep
Last synced: 13 days ago
JSON representation
Help generating dependency libraries
- Host: GitHub
- URL: https://github.com/fugerit-org/fj-lib-dep
- Owner: fugerit-org
- License: apache-2.0
- Created: 2023-12-05T12:52:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-05T23:37:45.000Z (about 1 year ago)
- Last Synced: 2024-11-06T01:11:23.449Z (2 months ago)
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fj-lib-dep
Help generating dependency libraries
## Quickstart
Copy default artifact dependencies
`mvn clean install -P copy-dep`
Copy custom artifact dependencies
`mvn clean install -P copy-dep -DtargetGroupId=org.apache.xmlgraphics -DtargetArtifactId=fop -DtargetVersion=2.9`
output will be in folder :
`target/dependencies/`