-
Notifications
You must be signed in to change notification settings - Fork 25
ReleaseNotes
- Robot Framework Maven Plugin 1.0.8
- Robot Framework Maven Plugin 1.0.7
- Robot Framework Maven Plugin 1.0.6
- Robot Framework Maven Plugin 1.0.5
- Robot Framework Maven Plugin 1.0.4
- Robot Framework Maven Plugin 1.0.3
- Robot Framework Maven Plugin 1.0.2
- Robot Framework Maven Plugin 1.0.1
- Robot Framework Maven Plugin 1.0.0
The distributions are available from the Maven central repository. See http://robotframework.github.com/MavenPlugin/ for plugin documentation.
Robot Framework Maven Plugin 1.0.8 adds the possibility to modify classpath of the external process. Now it is also possible to pass variables from the command line to the external process.
All fixes and enhancements in 1.0.8:
| ID | Priority | Summary |
|---|---|---|
| Issue 14 | Medium | Pass variables through command line |
| Issue 15 | Medium | Edit classpath on external runner |
Altogether 2 issues.
Robot Framework Maven Plugin 1.0.7 adds the possibility to execute robot in external process. This also allows setting environment variables for the test run.
All fixes and enhancements in 1.0.7:
| ID | Priority | Summary |
|---|---|---|
| Issue 4 | Medium | Possibility to set environment variables for the execution |
Altogether 1 issue.
Robot Framework Maven Plugin 1.0.6 clarifies the docs for libdoc mojo and updates to robot version 2.7.6.
All fixes and enhancements in 1.0.6:
| ID | Priority | Summary |
|---|---|---|
| Issue 13 | Medium | Document how libdoc handles .java targets |
Altogether 1 issue.
Robot Framework Maven Plugin 1.0.5 adds support for configuring argument file from the command prompt and fixes classpath problem that prevented run and libdoc from working in the same run.
All fixes and enhancements in 1.0.5:
| ID | Priority | Summary |
|---|---|---|
| Issue 11 | Medium | Fix support for argumentFile |
| Issue 9 | Medium | the run goal causes an AnnotationLibrary to have no keywords during the libdoc goal |
Altogether 2 issues.
Robot Framework Maven Plugin 1.0.4 adds support for version configuration to libdoc mojo.
All fixes and enhancements in 1.0.4:
| ID | Priority | Summary |
|---|---|---|
| Issue 8 | Medium | Libdoc should support --version in configuration |
Altogether 1 issue.
Robot Framework Maven Plugin 1.0.3 fixes verify goal to skip if the test execution phase is skipped.
All fixes and enhancements in 1.0.3:
| ID | Priority | Summary |
|---|---|---|
| Issue 7 | Medium | Skipping test execution should also skip test verification |
Altogether 1 issue.
Robot Framework Maven Plugin 1.0.2 Fixes Backwards compatibility with old tests and broken configurations
All fixes and enhancements in 1.0.2:
| ID | Priority | Summary |
|---|---|---|
| Issue 6 | Medium | Backwards compatibility with old tests/includes configurations broken |
Altogether 1 issue.
Robot Framework Maven Plugin 1.0.1 fixes support for Maven 2.
All fixes and enhancements in 1.0.1:
| ID | Priority | Summary |
|---|---|---|
| Issue 5 | Medium | Plugin is broken on Maven 2 |
Altogether 1 issue.
First version.