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>
Choose a version of net.kindleit : maven-gae-plugin to add to Maven - Latest 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
|
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