CLIActive

Maven Deploy Plugin

Maven plugin to deploy 3rd party JARs to remote repositories.

Open source page

Product features

Product features

Custom POM support

Allows deploying a JAR with an existing POM using the pomFile argument.

deploy:deploy-file goal

Deploys a 3rd party JAR to local and remote repositories using command line parameters.

Generic POM generation

By default, deploy-file generates a generic POM; can be disabled with generatePom=false.

Source JAR deployment

Supports deploying source JARs by setting packaging to java-source and generatePom to false.