<div dir="ltr">We are trying to  create an ITSM plugin to integrate our manual connectors with Jira.<br>The midpoint internal case system works well, however the operators forget to close the cases work items, and we end up with tons of open cases. So we thought Jira could work better.<br><div><br></div><div>Looking at the <a href="https://github.com/Evolveum/connector-manual-sample">https://github.com/Evolveum/connector-manual-sample</a>  repository to understand how itsm plugin works.</div><div><br></div><div>We are able to compile and generate the connector:  connector-manual-sample-1.0.0-SNAPSHOT.jar  from that repository.<br></div>However midpoint seems to not like it, putting it inside 'midpoint-data-dir/icf-connectors' directory but midpoint just ignores it, does not load,<br>What am I doing wrong?<br><br>I know this connector uses the "@ManagedConnector" annotation and not "@ConnectorClass"<br>also does not implements Connector or PoolableConnector<br>But then how to use an external (not buit-in) Manual connector?<br><br>Thanks in advance<br></div>