Hi, I have implemented the integration for the eclipse plugin. It does not use wagon in the aim to be compatible with maven 1.0.x.
The patch is attached to the MPECLIPSE-60 issue (http://jira.codehaus.org/secure/attachment/18498/MPECLIPSE-60.patch) Can someone please review it? I will fully test it in an integration scenario tomorrow. Thanks, Stéphane On 1/8/06, Stephane Nicoll <[EMAIL PROTECTED]> wrote: > Hi, > > The maven one source plugin is now available in the plugins sandbox. I > hope it will be included in the core plugins asap. I can provide help > if anything needs to be improved/fixed. > > Now we have a way to deploy the source archive to the repository, I > would like to integrate them with IDE plugins. Milos has already > updated the mevenide plugin, so that's fine. > > Eclipse is the main next target. I would like to reuse maven > capabilities without reinventing the wheel. Some questions: > > * Is there any way to hook into maven core to request the download of > some 'dependency'? Adding a dependency with type <java-sources> should > do the trick (but the one groupId / artifactId per project's > limitation) but I would like this to be done automatically > * If it is not possible, I can use HttpUtils, DownloadMeter and stuff > like that but I need the list of repositories, the proxy settings, > etc. Any way to retrieve the project's properties from Java souce code > invoked from Jelly (jellyBean). > > Any other suggestion to implement this use case? > > Thanks, > Stéphane > -- > .::You're welcome ::. > -- .::You're welcome ::. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
