Skip to content

Instantly share code, notes, and snippets.

@rohgoyal
Created February 11, 2018 07:56
Show Gist options
  • Save rohgoyal/ecaaffcf7eb679f466e9489b51253868 to your computer and use it in GitHub Desktop.
Save rohgoyal/ecaaffcf7eb679f466e9489b51253868 to your computer and use it in GitHub Desktop.
pom.xml
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" ...>
...
<build>
<plugins>
...
<plugin>
<groupId>com.google.appengine</groupId>
<artifactId>appengine-maven-plugin</artifactId>
<version>1.9.60</version>
</plugin>
...
</plugins>
</build>
</project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment