I think this was done that way initially to get the Javadocs rendered using the configuration for the public modules. But yeah … Also, I have already started converting the AP to what I’ve done in ORM. ORM was a bit easier as it uses Gradle and doesn’t need all these prefixes and so on. As for the Search, the idea so far is to convert the AP into a “main method” and run it with the exec plugin (or something along these lines) |