Wendy Smoak wrote:

which seems to stem from the java code being javadoc'ed itself.

"mvn site" fails with an internal error, stumbling over a dependency

Are you using <dependencyManagement> ?  This sounds familiar, but I
thought it was fixed.  First try 'mvn site -U' to make sure you've got
the latest plugin versions, or (better) add a <version> element to set
the version you want to use.

I put <version> elements to all my dependencies, but it still fails with:

Embedded error: Error rendering Maven report: Exit code: 1 - /local/home/cg/a/main/src/java/common/src/main/java/com/sensage/util/EmailUtil.java:4: package javax.mail.internet does not exist
import javax.mail.internet.InternetAddress;

(same failure as before)

I also tried adding the dependencies to the build/plugins/plugin/dependencies section
--
cg

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to