advertisement

Generated source annotation

In my last 2 projects i generated some source code with jaxb. I used the maven plugin for jaxb and the source code was generated under src/main/generated-sources. This all worked quite well till i started to use some quality assurence plugins within maven. To exclude the generated sources i had to do quite some [...]