Hi,
Can I change the configuration of the compiler plugin so along with the
default source path i.e src/main/java I can point it to a location that
contains generated source i.e target/src/gen
I have modified one of my poms, so the generate-sources lifecycle stage has
been wired up to the antrun plugin, which invokes an existing ant script
that generates code withb the generated output being placed into the
following location:
${project.build.directory}/src
Thanks
Rob
