mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
2a1ebc8095
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
466 B
466 B
mvn deploy
Add an artifact to a remote repository. More information: https://manned.org/mvn.
- Copy the final artifact into the remote repository configured in the
settings.xmlfile:
mvn deploy
- Copy an artifact, that is not built using Maven to the remote repository:
mvn deploy:deploy-file {{[-D|--define]}} url={{URLOfTheRemoteRepository}} {{[-D|--define]}} repositoryId={{ServerIdFromSettingsXML}} {{[-D|--define]}} file={{FileToBeDeployed}}