Skip to content

Instantly share code, notes, and snippets.

@aldrinleal
Last active December 14, 2015 22:29
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 aldrinleal/5158439 to your computer and use it in GitHub Desktop.
Save aldrinleal/5158439 to your computer and use it in GitHub Desktop.
<plugin>
<groupId>br.com.ingenieux</groupId>
<artifactId>beanstalk-maven-plugin</artifactId>
<version>1.0-SNAPSHOT</version>
<configuration>
<applicationName>myapp</applicationName>
<environmentName>myenv</environmentName>
<useStagingDirectory>true</useStagingDirectory>
<skipEnvironmentUpdate>true</skipEnvironmentUpdate>
</configuration>
<executions>
<execution>
<phase>install</phase>
<goals>
<goal>fast-deploy</goal>
<goal>update-environment</goal>
</goals>
</execution>
</executions>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment