Goals available for this plugin:
| Goal | Description |
|---|---|
| vmware:createSnapshot | This goal Create a snapshot with a running virtual machine. sample :
|
| vmware:powerOff | This goal Power Off a virtual machine. sample :
|
| vmware:powerOn | This goal Power On a virtual machine. sample :
|
| vmware:resume | This goal resumes a virtual machine from a suspended state. sample :
|
| vmware:revertToSnapshot | This goal revert a virtual machine to the last snapshot.. sample :
|
| vmware:shutdown | This goal shutdowns the virtual machine with a special command.
sample :
|
| vmware:suspend | This goal suspends the virtual machine. sample :
|
The following specifies the minimum requirements to run this Maven plugin:
| Maven | 2.0 |
| JDK | 1.6 |
| Memory | No minimum requirement. |
| Disk Space | No minimum requirement. |
You should specify the version in your project's plugin configuration:
<project>
...
<build>
<!-- To define the plugin version in your parent POM -->
<pluginManagement>
<plugins>
<plugin>
<groupId>agaetis.public.maven-plugins</groupId>
<artifactId>maven-vmware-plugin</artifactId>
<version>1.0.0.7</version>
</plugin>
...
</plugins>
</pluginManagement>
<!-- To use the plugin goals in your POM or parent POM -->
<plugins>
<plugin>
<groupId>agaetis.public.maven-plugins</groupId>
<artifactId>maven-vmware-plugin</artifactId>
<version>1.0.0.7</version>
</plugin>
...
</plugins>
</build>
...
</project>
For more information, see "Guide to Configuring Plug-ins"