On 7/3/07, Cabasson Denis <[EMAIL PROTECTED]> wrote:
Can you be a little more specific about the behaviour of the IDEA plugin you 
would want to port to the eclipse plugin?

It's the other way around. When you generate the project using the
eclise plugin it marks the dependencies that have not been resolved
(sources & javadocs). Hence, further execution are faster since it
does not try to contact the repo again for those deps.

The IDEA plugin does not have this functionnality.

Hope it clarifies

Stéphane


Injection of properties (taken from IdeaModuleMojo) : linkModules should be 
pretty straight forward
Injection of properties (taken from IdeaModuleMojo) : downloadSources, 
downloadJavadocs, sourceClassifier, javadocClassifier now, that was exactly 
what I was talking about.

Use of private static Map attemptedDownloads = new HashMap(); instead of 
maven-eclipse-cache.properties, looks really ugly to me but could be possible 
(if you'd care to explain the point to me).

But I guess it's none of the above behaviours you were looking forward to.

Denis.

> -----Message d'origine-----
> De : Stephane Nicoll [mailto:[EMAIL PROTECTED]
> Envoyé : Tuesday, July 03, 2007 5:00 PM
> À : Maven Developers List
> Objet : Re: [VOTE] Configure IDE plugins to download sources
> by default within Maven projects
>
> And make this consistent with the IDEA plugin as well.
>
> On 7/3/07, Cabasson Denis <[EMAIL PROTECTED]> wrote:
> > About this link, why couldn't we have a consistent
> behaviour for javadoc and sources jar?
> >
> > Why not adding a downloadJavadoc property, which, when set
> to true, would download and attach the javadoc to the dependency.
> >
> > I don't really see why javadoc should be a fallback if
> sources are not available.
> >
> > Some developpers might prefer to have javadoc linked, some
> sources linked and some both. Shouldn't the eclipse plugin
> allow for all the possiblities instead of stating that the
> preferred option is always to get the sources instead of the Javadoc?
> >
> > To be followed in :
> > http://jira.codehaus.org/browse/MECLIPSE-292
> >
> > Denis.
> >
> >
> > > -----Message d'origine-----
> > > De : Mark Hobson [mailto:[EMAIL PROTECTED] Envoyé : Tuesday,
> > > July 03, 2007 4:08 PM À : Maven Developers List Objet :
> Re: [VOTE]
> > > Configure IDE plugins to download sources by default within Maven
> > > projects
> > >
> > > On 03/07/07, Brett Porter <[EMAIL PROTECTED]> wrote:
> > > > +1 to Javadoc
> > > >
> > > > -1 to sources (just a vote, not a veto :)
> > >
> > > In the eclipse plugin, the downloadSources flag controls
> them both:
> > > http://maven.apache.org/plugins/maven-eclipse-plugin/faq.html#
> > > import-javadoc
> > >
> > > Mark
> > >
> > >
> --------------------------------------------------------------------
> > > - To unsubscribe, e-mail: [EMAIL PROTECTED] For
> > > additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> >
> >
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED] For
> > additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
> --
> Large Systems Suck: This rule is 100% transitive. If you
> build one, you suck" -- S.Yegge
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED] For
> additional commands, e-mail: [EMAIL PROTECTED]
>
>

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




--
Large Systems Suck: This rule is 100% transitive. If you build one,
you suck" -- S.Yegge

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

Reply via email to