Setting the generated source directory for annotation processors in Maven

前端 未结 7 1477
南方客
南方客 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:38

    The plugin was using the harcoded Windows classpath separator to build the classpath, so it was failing on my Linux machine.

    Submitted patches:

    • system dependent path separator character
    • Allow the default processor discovery mechanism to run

提交回复
热议问题