Allow declaration of jar javadoc location in pom
------------------------------------------------

         Key: MPJAVADOC-60
         URL: http://jira.codehaus.org/browse/MPJAVADOC-60
     Project: maven-javadoc-plugin
        Type: New Feature
    Reporter: thierry lach
 Assigned to: Arnaud HERITIER 
    Priority: Minor


Search the pom artifacts properties for "javadoc.link" and add that to the 
maven.javadoc.links.

Example:

    <dependency>
      <groupId>commons-lang</groupId>
      <artifactId>commons-lang</artifactId>
      <version>2.0</version>
      <type>jar</type>
      <properties>
        
<javadoc.link>http://jakarta.apache.org/commons/lang/apidocs</javadoc.link>
      </properties>
    </dependency>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to