Skip to content

Instantly share code, notes, and snippets.

@mnadeem
Created August 30, 2016 13:59
Show Gist options
  • Save mnadeem/19d4b8d4dc49209bdc8c1b3c25065519 to your computer and use it in GitHub Desktop.
Save mnadeem/19d4b8d4dc49209bdc8c1b3c25065519 to your computer and use it in GitHub Desktop.
Maven Deploy Plugin
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.2</version>
<executions>
<execution>
<id>default-deploy</id>
<phase>deploy</phase>
<goals>
<goal>deploy</goal>
</goals>
</execution>
</executions>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment