I was able to put my generated code into the target hierarchy without an issue. My custom annotation processor has been modified to skip any re-invocation of its process method. But, I still have a problem during compilation. Even though there is only one generated source file, the plugin thinks there are two, and then my compile fails saying that there is a duplicate source file.
So my original problem cannot be circumvented as I have tried to do so far. I really need to figure out how to stop subsequent calls to the generate-sources goal. Any help, even a link to a good reference would be greatly appreciated. -- View this message in context: http://maven.40175.n5.nabble.com/generate-sources-target-called-twice-tp5577988p5579830.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org