Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Tycho Reactor + Maven Javadoc Aggregate

Hi,

On 11/28/2014 01:24 PM, Dietrich, Christian wrote:
i try to use the maven javadoc plugin with goal aggregate
but this does not seem to work cause tycho
now can no longer resolve the dependencies.
If you're not shy to deliver your code together with your plugin AND if you only need JavaDoc for usage inside IDE, then you can also think about shipping Source plugins additionally to your regular one instead of delivering Javadoc. Eclipse IDE is able to retrieve documentation directly from the source bundle without requiring to generate HTML JavaDoc.
Generating source plugins is easier than generating a packaging Javadoc.

HTH
--
Mickael Istria
Eclipse developer at JBoss, by Red Hat
My blog - My Tweets

Back to the top