Hi all,
I have been looking at "http://jira.codehaus.org/browse/MPECLIPSE-26 Add a
property to dependencies to link to source". It would be quite easy to add
some sort of property to each dependency specifing the name of a file that
would be in your repository. Something like:
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.0</version>
<url>http://jakarta.apache.org/commons/lang/</url>
<properties>
<eclipse.src>commons-lang-src-2.0.zip</eclipse.src>
</properties>
</dependency>
Then the plugin would expect this file to exist in:
$MAVEN_REPO/commons-lang/src/commons-lang/commons-lang-src-1.0.zip
Is this change worth making? While you would have to manually download and
install the jars, that way you don't have to configure another Eclipse
classpath variable. Is there anything I should be aware of in the next
version of Maven that would conflict with this approach?
Eric
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]