Thanks Benson !!!
This is what i was looking for. I made following entry and it's working all
right now... Thx again.
org.apache.maven.plugins
maven-site-plugin
3.0
you list the javadoc plugin as a reporting plugin, either in
or in the config of the site plugin.
On Mon, Jan 16, 2012 at 5:50 PM, Daivish Shah wrote:
> Yes i know there is a plugin for java doc.
>
> But i am looking how to integrate JAVADOC with maven site ? I mean on MAVEN
> generated site i w
Yes i know there is a plugin for java doc.
But i am looking how to integrate JAVADOC with maven site ? I mean on MAVEN
generated site i want to provide JAVA DOC link how can i do that ?
Thanks.
On Mon, Jan 16, 2012 at 2:28 PM, Dennis Lundberg wrote:
> That'd be the Javadoc Plugin:
>
> http:
That'd be the Javadoc Plugin:
http://maven.apache.org/plugins/maven-javadoc-plugin/
On 2012-01-16 22:36, Daivish Shah wrote:
> Thanks Dennis for your quick reply on this...
>
>
> And how to associate JAVADOC with this MVN submodule project ? As all
> submodules has JAVADOC and i want to associa
Thanks Dennis for your quick reply on this...
And how to associate JAVADOC with this MVN submodule project ? As all
submodules has JAVADOC and i want to associate those with MVN SITE, How can
i do that ?
Thanks.
On Mon, Jan 16, 2012 at 12:18 PM, Dennis Lundberg wrote:
>
> http://maven.apache.o
http://maven.apache.org/plugins/maven-site-plugin/faq.html#Why_dont_the_links_between_parent_and_child_modules_work_when_I_run_mvn_site
On 2012-01-16 21:04, Daivish Shah wrote:
> I have project like this.
>
> MainProject
>
> SubProject1
>
> --- SubProject2
>
> SubPro
I have project like this.
MainProject
SubProject1
--- SubProject2
SubProject3
And i am trying to execute MVN SITE command. I am able to setup all other
section in Project Information Section.
All sub module's POM.XML have SubProject1 entry for this, that's why i am