MVN

net.kindleit : maven-gae-plugin

Maven & Gradle

Apr 18, 2013

Maven GAE Plugin · Maven plugin for the Google App Engine

<plugin>
    <groupId>net.kindleit</groupId>
    <artifactId>maven-gae-plugin</artifactId>
    <version>0.9.6</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.kindleit : maven-gae-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.9.6

All Versions

Choose a version of net.kindleit : maven-gae-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.9.x
maven-gae-plugin-0.9.6
maven-gae-plugin-0.9.5
maven-gae-plugin-0.9.4
maven-gae-plugin-0.9.3
maven-gae-plugin-0.9.2
maven-gae-plugin-0.9.1
maven-gae-plugin-0.9.0
0.8.x
maven-gae-plugin-0.8.4
maven-gae-plugin-0.8.3
maven-gae-plugin-0.8.2
maven-gae-plugin-0.8.1
maven-gae-plugin-0.8.0
0.7.x
maven-gae-plugin-0.7.3
maven-gae-plugin-0.7.2
maven-gae-plugin-0.7.1
maven-gae-plugin-0.7.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>net.kindleit</groupId>
    <artifactId>maven-gae-plugin</artifactId>
    <version>0.9.6</version>
</plugin>

Advertisement