project.addCompileSourceRoot(foo); that will tell the project where to pickup these new sources and when it comes to compile phase will throw them in the bucket
jesse On 4/18/06, dan tran <[EMAIL PROTECTED]> wrote: > > see build-helper-maven-plugin source. > > -D > > > On 4/18/06, Gautham Pamu <[EMAIL PROTECTED]> wrote: > > > > 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 > > > > > > -- jesse mcconnell
