MVN

br.com.ingenieux : simpledb-maven-plugin

Maven & Gradle

Dec 30, 2015

The simpledb-maven-plugin is a plugin to automate SimpleDB care and handling, in particular for integration testing. It lets you automate domain creation, loading, deletion and dumping.

<plugin>
    <groupId>br.com.ingenieux</groupId>
    <artifactId>simpledb-maven-plugin</artifactId>
    <version>1.4.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of br.com.ingenieux : simpledb-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.4.2
  • Latest Release Candidate: 0.2.7-RC7

All Versions

Choose a version of br.com.ingenieux : simpledb-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.4.x
simpledb-maven-plugin-1.4.2
simpledb-maven-plugin-1.4.1-foradilma
simpledb-maven-plugin-1.4.0
1.3.x
simpledb-maven-plugin-1.3.5
simpledb-maven-plugin-1.3.4
simpledb-maven-plugin-1.3.3
simpledb-maven-plugin-1.3.2
simpledb-maven-plugin-1.3.1
1.2.x
simpledb-maven-plugin-1.2.0
1.1.x
simpledb-maven-plugin-1.1.1
simpledb-maven-plugin-1.1.0
1.0.x
simpledb-maven-plugin-1.0.1
1.0
simpledb-maven-plugin-1.0
0.2.x
simpledb-maven-plugin-0.2.9
simpledb-maven-plugin-0.2.8
simpledb-maven-plugin-0.2.7-RC7
simpledb-maven-plugin-0.2.7-RC6
simpledb-maven-plugin-0.2.7-RC5
simpledb-maven-plugin-0.2.7-RC4
simpledb-maven-plugin-0.2.7-RC3
simpledb-maven-plugin-0.2.7-RC1

How to add a plugin to Maven

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

<plugin>
    <groupId>br.com.ingenieux</groupId>
    <artifactId>simpledb-maven-plugin</artifactId>
    <version>1.4.2</version>
</plugin>