Jar examples for m:maven-deploy-plugin
Uploads the project artifacts to the internal remote repository.
You can download jar file maven-deploy-plugin 2.3 in this page.
Apache License
You can use the following script to add maven-deploy-plugin-2.3.jar to your project.
<dependency> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> <version>2.3</version> </dependency>
compile group: 'org.apache.maven.plugins', name: 'maven-deploy-plugin', version: '2.3'
libraryDependencies += "org.apache.maven.plugins" % "maven-deploy-plugin" % "2.3"
<dependency org="org.apache.maven.plugins" name="maven-deploy-plugin" rev="2.3"/>
@Grapes(@Grab(group='org.apache.maven.plugins', module='maven-deploy-plugin', version='2.3'))
'org.apache.maven.plugins:maven-deploy-plugin:jar:2.3'
Click the following link to download the jar file.
maven-deploy-plugin-2.3-javadoc.jar