[ http://jira.codehaus.org/browse/MNG-1605?page=all ]
fabrizio giustina closed MNG-1605:
----------------------------------
Assign To: fabrizio giustina
Resolution: Won't Fix
> But when you say "remote" repository, do you mean anything other then the
> local cache?
anything other than the (single) local repository specified in settings.xml.
Since you agree on the current solution I close this issue as fixed.
A new version of the plugin with the fixed download flag will be out ASAP, in
the meanwhile you can install the version currently in SVN by running:
svn checkout
http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-eclipse-plugin
maven-eclipse-plugin
cd maven-eclipse-plugin
mvn install
> Allow eclipse source to be specified at the dependency level
> ------------------------------------------------------------
>
> Key: MNG-1605
> URL: http://jira.codehaus.org/browse/MNG-1605
> Project: Maven 2
> Type: New Feature
> Components: maven-eclipse-plugin
> Versions: 2.0
> Reporter: Barry Kaplan
> Assignee: fabrizio giustina
>
>
> Many (most?) projects do not have sources uploaded. And in any case, most
> projects only need a small subset of the sources. Source downloading, even
> (especially?) for sources that don't exist, is very time consuming.
> Therefore, it would be nice to specify this eclipse plugin specific option as
> the dependency level. Maybe something like:
> <dependency>
> <groupId>backport-util-concurrent</groupId>
> <artifactId>backport-util-concurrent</artifactId>
> <version>2.0_01_pd</version>
> <scope>runtime</scope>
> <properties>
> <property name="eclipse.downloadSources" value="true"/>
> </properties>
> </dependency>
> (For this to be general, it would of course require a much different model
> than the simple plugin-level property injection. )
--
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]