I have a code generator that creates sources during the compile stage.
These sources end up in a custom directory
(${project.build.directory}/generated-sources/main/java). The problem is
that javadoc skips these files when it generates the documentation. What
I'm looking for is a way to manipulate javadoc's sourcefilenames argument.
I have already tried adding
<sourceRoot>${project.build.directory}/generated-sources/main/java</sourceRoot>
to the code generation step, but it didn't affect javadoc.
cheers,
Erik van Zijst
--
*** System shutdown message from root ***
System going down in 60 seconds
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]