This repository was archived by the owner on Jul 30, 2021. It is now read-only.

Description
I'm developing an app with the Apache Isis framework, where I use Query DSL for typesafe JDO queries.
My configuration is similar to the one described here.
I'm also using com.mysema.query.apt.jdo.JDOAnnotationProcessor for domains annotated with javax.jdo.annotations.PersistenceCapable.
Domains are located in directory paths such as dom.domainapp.student.Student, dom.domainapp.subject.Subject, etc.
In configuration options querydsl.suffix and querydsl.prefix are both set to the letter D to avoid conflicts with the Q already used by Apache Isis.
However domain classes are not being generated by Query DSL.
I have also tried running mvn apt:process manually from the command line to no avail.
Maven version: 3.3.3
OS: Windows 10
apt-maven-plugin version: 1.1.3
Apache Isis version: 1.13.1
Query DSL version: 3.7.4