diff --git a/querydsl-hql/pom.xml b/querydsl-hql/pom.xml index 7d764484b..afe94a402 100644 --- a/querydsl-hql/pom.xml +++ b/querydsl-hql/pom.xml @@ -116,7 +116,24 @@ - + + + org.apache.maven.plugins + maven-jar-plugin + + + apt + + jar + + + apt + src/apt + + + + + com.mysema.maven maven-apt-plugin diff --git a/querydsl-hql/src/apt/META-INF/services/javax.annotation.processing.Processor b/querydsl-hql/src/apt/META-INF/services/javax.annotation.processing.Processor new file mode 100644 index 000000000..4774bfb50 --- /dev/null +++ b/querydsl-hql/src/apt/META-INF/services/javax.annotation.processing.Processor @@ -0,0 +1 @@ +com.mysema.query.apt.jpa.JPAAnnotationProcessor \ No newline at end of file diff --git a/querydsl-jdoql/pom.xml b/querydsl-jdoql/pom.xml index b6f49f74e..d19e8e07f 100644 --- a/querydsl-jdoql/pom.xml +++ b/querydsl-jdoql/pom.xml @@ -96,6 +96,23 @@ + + org.apache.maven.plugins + maven-jar-plugin + + + apt + + jar + + + apt + src/apt + + + + + org.datanucleus diff --git a/querydsl-jdoql/src/apt/META-INF/services/javax.annotation.processing.Processor b/querydsl-jdoql/src/apt/META-INF/services/javax.annotation.processing.Processor new file mode 100644 index 000000000..390c5f8f7 --- /dev/null +++ b/querydsl-jdoql/src/apt/META-INF/services/javax.annotation.processing.Processor @@ -0,0 +1 @@ +com.mysema.query.apt.jdo.JDOAnnotationProcessor \ No newline at end of file