diff --git a/README.md b/README.md index 33121ae..885552f 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ The following specifies the minimum requirements to run this Maven plugin: | Name | Description | |-------|-----| |Maven | 3.0 | -| JDK | 1.7| +| JDK | 11| | Memory | No minimum requirement.| | Disk Space | No minimum requirement. | @@ -48,10 +48,17 @@ Depending on the goal you plan to use, additional parameters may be required. You should specify the version in your project's plugin configuration: ```xml - - ... + + + 4.0.0 + pom + com.octoperf + octoperf-test + 1.0.0-SNAPSHOT + - com.octoperf @@ -59,13 +66,11 @@ You should specify the version in your project's plugin configuration: 2.0.0 - ... - ... - ... + @@ -89,7 +94,7 @@ The following parameters are shared by all the goals: |------|------|-------|-------------|----------|---------------| | `apiKey` | `String` | `1.0.0` | Your OctoPerf Account API key is required so the plugin can connect to the platform and run tests on your behalf. | `true` | | | `workspaceName` | `String` | `1.0.0` | Name of the workspace where to run the script. Workspace name **must be unique**. | `false` | `Default` | -| `projectName` | `String` | `1.0.0` | Name of the workspace where to run the script. Project name **must be unique**. Project Design and Runtime sections are cleared on each test start. | `false` | `Maven` | +| `projectName` | `String` | `1.0.0` | Name of the project where to run the script. Project name **must be unique**. | `false` | `Maven` | | `serverUrl` | `boolean` | `1.0.0` | URL of the OctoPerf API server. Can be changed to use an Enterprise OctoPerf server. | `false` | `https://api.octoperf.com` | ## octoperf:wipe-project