Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. <plugin>
  2. <groupId>com.google.cloud.tools</groupId>
  3. <artifactId>appengine-maven-plugin</artifactId>
  4. <version>${appengine.maven.plugin.version}</version>
  5. <configuration>
  6. <!-- https://cloud.google.com/appengine/docs/java/tools/maven-reference#appenginedeploy -->
  7. <deploy.version>${app.version}</deploy.version>
  8. <deploy.project>${app.id}</deploy.project>
  9. <deploy.promote>False</deploy.promote>
  10. <stage.enableJarClasses>true</stage.enableJarClasses>
  11. <stage.stagingDirectory>${java.io.tmpdir}/appengine-staging</stage.stagingDirectory>
  12. </configuration>
  13. </plugin>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement