You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Erland Isaksson (JIRA)" <ji...@codehaus.org> on 2005/08/20 10:04:08 UTC

[jira] Created: (MPIDEA-36) Possibility to specify javadoc path for dependencies

Possibility to specify javadoc path for dependencies
----------------------------------------------------

         Key: MPIDEA-36
         URL: http://jira.codehaus.org/browse/MPIDEA-36
     Project: maven-idea-plugin
        Type: New Feature
 Reporter: Erland Isaksson
    Priority: Minor


I would like to be able to specify javadoc urls in some way in the project.xml file and that these are used when generating the IDEA project files using the maven idea plugin. Maybe it would be possible to define a property for dependencies which can be used by the idea plugin ?

Example:
<dependency>
      <url>http://jakarta.apache.org/struts</url>
      <groupId>struts</groupId>
      <artifactId>struts</artifactId>
      <version>1.1</version>
      <properties>
	      <javadoc.url>http://struts.apache.org/api/</javadoc.url>
      </properties>
</dependency>

Today I have to specify the javadoc urls manually in IDEA after the IDEA project files have been generated with the maven idea plugin. The problem is that the JavaDoc urls will be lost every time the IDEA project files are regenerated with the idea plugin.

-- 
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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org