Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate AET maven plugin #345

Merged
merged 3 commits into from
Aug 31, 2018
Merged

Conversation

malaskowski
Copy link
Contributor

@malaskowski malaskowski commented Aug 29, 2018

Description

Since AET have its WebAPI for running suite, maven plugin is no longer required.

Motivation and Context

There are many problems with maven-plugin, e.g. it version changes and it might be misleading if you are using plugin version e.g. 2.1.1 does that mean you run suite on AET 2.1.1 or newer.
AET have its WebAPI to schedule running suites and since maven plugin only proxies as HttpClient, supporting it and releasing is no longer necessary. AET client script should be used instead (or simply communicate with AET Web API to schedule your suite).
Additionally I've updated missing documentation about AET WebEndpoints (like /suite, /suitestatus and /xunti).

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

I hereby agree to the terms of the AET Contributor License Agreement.

@tkaik tkaik merged commit cbf65fd into master Aug 31, 2018
@wiiitek wiiitek deleted the feature/deprecate-aet-maven-plugin branch October 13, 2018 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants