Ticket #91 (closed task: worksforme)

Opened 6 years ago

Last modified 4 years ago

Get javadocs to generate from head/pom.xml

Reported by: ebrown Assigned to: ronald
Priority: unassigned Milestone:
Component: build-system Version: 0.5-SNAPSHOT
Keywords: Cc:
Blocking: Blocked By:

Description

There should be an easy way to generate aggregated javadocs for all our sub-modules. However, that task is complicated by http://jira.codehaus.org/browse/MJAVADOC-66. Need to figure out how to use that patch.

Dependency Graph

Change History

08/02/06 19:50:09 changed by ebrown

(In [362]) Generates topaz javadocs

This is not the final solution, but I thought the docs might be useful to others and this works for now. It is a copy of all the stuff I did in head/docs, but it requires the same set of <dependency> directives and it is painful enough maintaining those in two places as it is - to add a third place is unreasonable. (Sorry, it does not generate plosone java docs.)

To run, do:

cd head/topazproject; mvn generate-sources
cd head/topazproject/integrationtests; mvn site-deploy

Docs will end up in /tmp/site. This can be changed by setting the <topazproject.site.url> in your settings.xml. That's the way it will be done in continuum.

Running the generate-sources target will allow javadoc generation for client services (which can be very useful).

re #91 and #93

08/07/07 16:25:51 changed by

  • milestone deleted.

Milestone Bugs deleted

08/08/07 17:35:42 changed by amit

  • component changed from topaz to build-system.

10/29/07 20:32:32 changed by amit

  • owner changed from ebrown to amit.

01/11/08 08:39:53 changed by amit

  • owner changed from amit to ronald.
  • milestone set to pubApp_0.8.2.1.

Is this still needed?

01/11/08 11:01:13 changed by ronald

  • status changed from new to closed.
  • resolution set to worksforme.

[4287] enabled javadocs and it seems to work fine. So this does not seem to be an issue (anymore).

07/16/08 11:01:22 changed by

  • milestone deleted.

Milestone pubApp_0.8.2.1 deleted