Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] Javadoc generation for Eclipse project

> -----Original Message-----
> From: m2e-users-bounces@xxxxxxxxxxx [mailto:m2e-users-bounces@xxxxxxxxxxx] On
> Behalf Of Steve Cohen
> Sent: Thursday, October 03, 2013 10:47 AM
> To: Maven Integration for Eclipse users mailing list
> Subject: [m2e-users] Javadoc generation for Eclipse project
> 
> We have a java client project built with maven and developed in Eclipse.
>   I would like to incorporate javadoc generation such that the javadocs
> would display in Eclipse on the Javadoc view.
> 
> In other words, the javadocs are primarily of use to developers working
> on this project and not anywhere else.
> 
> What is the easiest way to accomplish this?

You must be omitting some important information here.  With just this, this isn't an m2e question, or even a Maven question.  Open up the Javadoc view.  Put your cursor in the editor view in the block comment.  Done.



Back to the top