MVN

org.kuali.maven.plugins : ec2-maven-plugin

Maven & Gradle

Oct 14, 2012

Maven EC2 Plugin · Manipulate resources in Amazon's Elastic Computing Cloud via Maven

<plugin>
    <groupId>org.kuali.maven.plugins</groupId>
    <artifactId>ec2-maven-plugin</artifactId>
    <version>1.1.5</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.kuali.maven.plugins : ec2-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.1.5

All Versions

Choose a version of org.kuali.maven.plugins : ec2-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
ec2-maven-plugin-1.1.5
ec2-maven-plugin-1.1.4
ec2-maven-plugin-1.1.3
ec2-maven-plugin-1.1.2
ec2-maven-plugin-1.1.1
ec2-maven-plugin-1.1.0
1.0.x
ec2-maven-plugin-1.0.6
ec2-maven-plugin-1.0.5
ec2-maven-plugin-1.0.4
ec2-maven-plugin-1.0.3
ec2-maven-plugin-1.0.2
ec2-maven-plugin-1.0.1
ec2-maven-plugin-1.0.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>org.kuali.maven.plugins</groupId>
    <artifactId>ec2-maven-plugin</artifactId>
    <version>1.1.5</version>
</plugin>