# apt-maven-plugin **Repository Path**: ctllin/apt-maven-plugin ## Basic Information - **Project Name**: apt-maven-plugin - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-06 - **Last Updated**: 2025-05-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## apt-maven-plugin apt-maven-plugin provides Maven integration of the Java 6 APT functionality. [![Build Status](https://travis-ci.org/querydsl/apt-maven-plugin.svg?branch=master)](https://travis-ci.org/querydsl/apt-maven-plugin) The supported goals are process - to process main sources test-process - to process test sources Here is an example of a configuration com.mysema.maven apt-maven-plugin 1.1.3 process target/generated-sources/java com.mysema.query.apt.jpa.JPAAnnotationProcessor Here is an example for usage with the m2e plugin https://github.com/querydsl/apt-maven-plugin/wiki/m2e-usage If you're using AspectJ to introduce artifacts into classes (fields, methods or annotations), then `apt-maven-plugin` will not work properly and classpath inspecting tools need to be used, such as GenericExporter, if you use Querydsl.