Expected result: - The plugin exposes a webservice endpoint to receive artifact upload notifications. - Notifications come in a form of HTTP POST requests with artifact coordinates and target repository as a payload. - Notifications are received in a non-blocking way. Processing is asynchronous. - The endpoint support authentication. - The webservice requires authorizarion. Access control goes through the usual Nexus facilities.