Skip to content

Instantly share code, notes, and snippets.

@SakaDream
Created May 17, 2017 09:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SakaDream/c1f2624aded4db2ec4e9cc24a70d5ff8 to your computer and use it in GitHub Desktop.
Save SakaDream/c1f2624aded4db2ec4e9cc24a70d5ff8 to your computer and use it in GitHub Desktop.
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.1</version>
<configuration>
<altDeploymentRepository>internal.repo::default::file://${project.build.directory}/mvn-repo</altDeploymentRepository>
</configuration>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment