The following comment has been added to this issue:

     Author: Michael Hinterseher
    Created: Fri, 11 Feb 2005 8:47 PM
       Body:
To add sourcecode to the IDEA JARS replace the
<SOURCE/>
tag in module.jelly file with
<SOURCES>
  <root 
url="jar://$$HOME$$/.maven/repository/${dep.groupId}/jars/${dep.artifactId}-${dep.version}-src.zip!/${dep.artifactId}-${dep.version}/src/java"
 />
</SOURCES>

It would be good if somebody, who has write access to the project could add 
this lines.
The statement could be improved to add only source if the file exists. This 
would avoid uggly red lines in the project.
Jet I haven't spend time to figure out how.

---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPIDEA-14?page=comments#action_29813

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPIDEA-14

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPIDEA-14
    Summary: Add source path/jar for dependencies
       Type: New Feature

     Status: Unassigned
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-idea-plugin

   Assignee: 
   Reporter: Adrian Tarau

    Created: Mon, 29 Nov 2004 5:50 PM
    Updated: Fri, 11 Feb 2005 8:47 PM

Description:
I have a few suggestions for impruving this gread plugin.

First, a good feature is to be able to specify in a dependency properties the 
path to the dependency sources:

<properties>
   <idea.depend.src>c:\work\project1\src\java</idea.depend.src>
</properties>



---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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

Reply via email to