Setting the generated source directory for annotation processors in Maven

前端 未结 7 1381
南方客
南方客 2021-02-09 20:01

I\'m trying to move a build which generates sources using an annotation processor to Maven. I\'ve tried configuring the maven-compiler-plugin as follows:

    <         


        
7条回答
  •  佛祖请我去吃肉
    2021-02-09 20:41

    Not exactly an answer to your question, but of interest:

    https://issues.apache.org/jira/browse/MCOMPILER-75

    I'm afraid there are a number of issues using JSR 269 in Maven, at least with the default compiler plugin.

提交回复
热议问题