Skip to content

Instantly share code, notes, and snippets.

@redfish4ktc
Created July 14, 2011 09:13
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 redfish4ktc/1082145 to your computer and use it in GitHub Desktop.
Save redfish4ktc/1082145 to your computer and use it in GitHub Desktop.
Maven release : accélerer les releases en ne générant pas le site
<build>
</pluginManagement>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>2.0</version>
<configuration>
<!-- Only "deploy" instead of "deploy site-deploy" -->
<goals>deploy</goals>
</configuration>
</plugin>
</pluginManagement>
</build>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment