I'm trying to include the maven-jdepend-plugin in my site and I was wondering if I can generate this report without compiling the source code from Maven. The java files are previously compiled from an ant script and I would prefer that they are not compiled through Maven as well. There are other reports that depend on this compiled code that I would like to use as well. Can I tell maven where the compiled source is and avoid the repeat compilation?
Any help appreciated. James Norman --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
