Re: Generating javadoc for a set of "unrelated" projects?

2012-07-13 Thread Curtis Rueden
Hi org.apache.maven.user,


> I avoided this because I assumed that the modules of the aggregator
> would have to exist as subdirectories of the project. Is this actually
> the case?


Yep, you'd have to have a working copy of each module in its own
subdirectory. Your original statement was that you "have a set of projects,
with some interdependencies" so it wasn't clear to me whether you want
every project in question to link to all the others' javadoc, or whether
you just have one downstream project that could link into all of the
dependencies' existing javadoc sites. Hopefully you don't have circular
dependencies (even indirectly) and the latter is sufficient.

-Curtis


On Fri, Jul 13, 2012 at 4:47 AM,  wrote:

> On Thu, 12 Jul 2012 13:10:08 -0500
> Curtis Rueden  wrote:
>
> > Hi org.apache.maven.user,
> >
> > > What's the simplest way to generate (aggregated) javadoc
> > > for this set of projects?
> >
> > Is it enough that your javadocs cross-link with each other at their
> > respective published locations?
> >
> > If so, you can add the links to the maven-javadoc-plugin
> > configuration. E.g.:
> >
> >   
> > maven-javadoc-plugin
> > 2.8.1
> > 
> >   
> > https://pivot.apache.org/2.0.1/docs/api/
> > 
> >
> http://help.eclipse.org/indigo/topic/org.eclipse.platform.doc.isv/reference/api/
> > 
> >   
> > 
> >   
> >
> > Replacing the links with your published javadoc locations, of course.
>
> Yeah, that'll work. Thanks!
>
> > > I can't modify the pom files of the individual projects
> >
> > I haven't tested it, but presumably you could create a new aggregator
> > POM that includes the individual projects as modules, and set the
> > aggregator's javadoc configuration as above. Then run "mvn site" and
> > wait for the magic.
>
> I avoided this because I assumed that the modules of the aggregator
> would have to exist as subdirectories of the project. Is this actually
> the case?
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>


Re: Generating javadoc for a set of "unrelated" projects?

2012-07-13 Thread org.apache.maven.user
On Thu, 12 Jul 2012 13:10:08 -0500
Curtis Rueden  wrote:

> Hi org.apache.maven.user,
> 
> > What's the simplest way to generate (aggregated) javadoc
> > for this set of projects?
> 
> Is it enough that your javadocs cross-link with each other at their
> respective published locations?
> 
> If so, you can add the links to the maven-javadoc-plugin
> configuration. E.g.:
> 
>   
> maven-javadoc-plugin
> 2.8.1
> 
>   
> https://pivot.apache.org/2.0.1/docs/api/
> 
> http://help.eclipse.org/indigo/topic/org.eclipse.platform.doc.isv/reference/api/
> 
>   
> 
>   
> 
> Replacing the links with your published javadoc locations, of course.

Yeah, that'll work. Thanks!

> > I can't modify the pom files of the individual projects
> 
> I haven't tested it, but presumably you could create a new aggregator
> POM that includes the individual projects as modules, and set the
> aggregator's javadoc configuration as above. Then run "mvn site" and
> wait for the magic.

I avoided this because I assumed that the modules of the aggregator
would have to exist as subdirectories of the project. Is this actually
the case?


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: Generating javadoc for a set of "unrelated" projects?

2012-07-12 Thread Curtis Rueden
Hi org.apache.maven.user,

> What's the simplest way to generate (aggregated) javadoc
> for this set of projects?

Is it enough that your javadocs cross-link with each other at their
respective published locations?

If so, you can add the links to the maven-javadoc-plugin configuration.
E.g.:

  
maven-javadoc-plugin
2.8.1

  
https://pivot.apache.org/2.0.1/docs/api/

http://help.eclipse.org/indigo/topic/org.eclipse.platform.doc.isv/reference/api/

  

  

Replacing the links with your published javadoc locations, of course.

> I can't modify the pom files of the individual projects

I haven't tested it, but presumably you could create a new aggregator POM
that includes the individual projects as modules, and set the aggregator's
javadoc configuration as above. Then run "mvn site" and wait for the magic.

Regards,
Curtis


On Thu, Jul 12, 2012 at 10:28 AM,  wrote:

> Hello.
>
> I have a set of projects, with some interdependencies. I can't modify
> the pom files of the individual projects, and there aren't any real
> links between them other than some artifact dependencies.
>
> What's the simplest way to generate (aggregated) javadoc for this
> set of projects?
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>


Generating javadoc for a set of "unrelated" projects?

2012-07-12 Thread org.apache.maven.user
Hello.

I have a set of projects, with some interdependencies. I can't modify
the pom files of the individual projects, and there aren't any real
links between them other than some artifact dependencies.

What's the simplest way to generate (aggregated) javadoc for this
set of projects?


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org