Skip to content

Instantly share code, notes, and snippets.

@antonarhipov
Created September 24, 2018 08:08
Show Gist options
  • Save antonarhipov/81e6de5b63a8a2da38c4312d4e4708f2 to your computer and use it in GitHub Desktop.
Save antonarhipov/81e6de5b63a8a2da38c4312d4e4708f2 to your computer and use it in GitHub Desktop.
blog-maven-deploy-plugin
<plugin>
<version>2.8.2</version>
<artifactId>maven-deploy-plugin</artifactId>
<executions>
<execution>
<phase>deploy</phase>
<goals>
<goal>deploy</goal>
</goals>
</execution>
</executions>
<configuration>
<classifier>${project.vcs.branch}</classifier>
</configuration>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment