I am trying to automate the generation of source files from the .thrift
files and later the packaging. As far as I know, the maven-thrift-plugin
is restrictive in the sense that source and destination directories are fixed. Is there any way I can specify the source and destination directories? I could probably achieve this by using the maven-antrun-plugin
but I don't want to pollute my pom unnecessarily if I don't have to.
Thanks.