Maven 1.x Distribution Plugin

Dist plugin should take into account the javadoc properties

Details

  • Type: Improvement Improvement
  • Status: Open Open
  • Priority: Major Major
  • Resolution: Unresolved
  • Affects Version/s: 1.7
  • Fix Version/s: None
  • Component/s: None
  • Labels:
    None
  • Environment:
    Win 2K, JDK 1.6 b2
  • Number of attachments :
    0

Description

1/ The consolidated javadoc does not seem to take into account any javadoc settings, nor use any default like:
maven.javadoc.bottom (for copyright stuff).

2/ I also seems to complain (just warnings) that the classpath does not include reference to the dependencies jars (hence it cannot link to some imported classes, eg:
[javadoc] C:\project\objectlabkit\datecalc-joda\src\main\java\net\objectlab\kit\datecalc\joda\HolidayHandlerYearMonthDayWrapper.java:23: package org.joda.time does not exist
[javadoc] import org.joda.time.LocalDate;
[javadoc] ^

May be it could include the dependencies by default?
Thanks

Activity

Hide
Lukas Theussl added a comment -

Point 2 should be fixed in SVN, point 1 requires a bit more work...

Show
Lukas Theussl added a comment - Point 2 should be fixed in SVN, point 1 requires a bit more work...

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated: