Hi Everyone, I am new to maven plugin development. I developed a plugin which generates source code, how do i add the output directory of the generated code to the compilation path. Is there some annotation I need to set in the MOJO ?
axistools-maven-plugin does generate code and adds to the compilation path but I dont know how they do it. Thanks -Gautham Pamu
