Skip to content

Instantly share code, notes, and snippets.

@anuragkapur
Created May 20, 2015 22:26
Show Gist options
  • Save anuragkapur/a32a09590a0a9c869625 to your computer and use it in GitHub Desktop.
Save anuragkapur/a32a09590a0a9c869625 to your computer and use it in GitHub Desktop.
<build>
<plugins>
<plugin>
<groupId>com.heroku.sdk</groupId>
<artifactId>heroku-maven-plugin</artifactId>
<configuration>
<appName>${APP_NAME}-${REGION}-${ENV}</appName>
</configuration>
</plugin>
</plugins>
</build>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment