the xdocdet mojo, if available, will add the generated source automatically
However, if you are using antrun plugin to generate source, it can do that for you http://maven.apache.org/plugins/maven-antrun-plugin/run-mojo.html -D On 1/11/06, Karthik V <[EMAIL PROTECTED]> wrote: > > I need to add the sources generated thru xdoclet (its in a separate > folder).. is there a cleaner way of adding it, other than using this > build-helper? > > > > On 1/11/06, dan tran <[EMAIL PROTECTED]> wrote: > > > > http://mojo.codehaus.org/build-helper-maven-plugin/ > > > > On 1/11/06, Geoffrey <[EMAIL PROTECTED]> wrote: > > > > > > Hi, > > > > > > What is the best practice to add a second source directory? > > > I am aware it is not recommended to have more then one, but it's > > > unavoidable at this time in the project: > > > > > > src/main/java > > > src/sandbox/java > > > > > > There are cyclic dependencies between both, so making a separate > project > > > for both is not an option it seems. > > > > > > -- > > > With kind regards, > > > Geoffrey De Smet > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > >
