Hi,
I developed my own reportlet class and reportletConf that I put in: core/src/main/java/org/apache/syncope/core/provisioning/java/job/report/myReportlet.java core/src/main/java/org/apache/syncope/common/lib/report/myReportletConf.java Maven build runs well and I see my classes like: ./core/target/syncope/WEB-INF/classes/org/apache/syncope/core/provisioning/java/job/report/myReportlet.class ./core/target/syncope/WEB-INF/classes/org/apache/syncope/common/lib/report/myReportletConf.class However, no way to see them on console when I go to Configuration -> implementation -> reportlets -> [add] Did I miss something ?? Thanks
