Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] Publishing javadoc via maven build

In most cases you want to skip javadoc for tests.  The main reason one has to do the work around is because the javadoc plugin expects sources to be in the standard maven format by default.  Eclipse plugins typically don't follow that format, so you have to specify the src directory in the build option.  The Maven Checkstyle plugin also requires this as well.

Dave

On 04/05/2011 03:14 AM, Ashwani Sharma wrote:
Hi,

I just found this link: http://swik.net/Eclipse/Planet+Eclipse/Dave+Carver%3A+Generating+JavaDoc+with+Maven+3+and+Tycho/ek4p3
Could be useful for others.

It works except for tests where is some issues with annotations.
Refer this link for that:
http://stackoverflow.com/questions/44853/why-am-i-getting-a-classcastexception-when-generating-javadocs

Best Regards,
Ashwani Kr Sharma

On Mon, Mar 28, 2011 at 7:41 PM, Ashwani Sharma <ashw.kumar@xxxxxxxxx> wrote:
Hi,

I am currently setting up javadoc publishing for our emf query2 projects.
We are using maven+tycho.

Is there anyone who is using similar setup and publishing javadoc for the projects ?

Thanks and Regards,
Ashwani Kr Sharma

_______________________________________________ cross-project-issues-dev mailing list cross-project-issues-dev@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


Back to the top