In my case I'm using more and more m2eclipse.
But it seems that there are some issues of slowness reported by some of my
coworkers.
For my customer the problem is that they are using myeclipse. I'm trying to
see if we can remove it to use WTP and others plugins to improve teams
efficiency.

Arnaud

On Fri, Sep 19, 2008 at 5:47 PM, Eugene Kuleshov <[EMAIL PROTECTED]> wrote:

>
>
>  Out of curiosity, why are you prefer m-e-p plugin over IDE support?
>
>  For example, m2eclipse [1] can import Maven projects without running
> intermediate commands and it does cache if source artifacts are present or
> not (among bunch of other things).
>
>  regards,
>  Eugene
>
> [1] http://m2eclipse.codehaus.org/
>
>
>
> baerrach wrote:
> >
> > I can't find anything searching nabble about whether it was considered
> > a bad thing to write the cache files into ~/.m2/repository.
> >
> > The problem I am finding is that you want to run "mvn eclipse:eclipse"
> > when you have a new baseline and all your version numbers have
> > changed. And often in this scenario you want to run "mvn clean" first,
> > which deletes the download source/javadoc cache.
> >
> > Couldn't the cache files be placed into ~/.m2/repository like a lock
> file?
> >
> > e.g. say junit:junit:3.8.1 didn't have sources jars
> > Then eclipse plugin could create a zero byte file called
> >
> ~\.m2\repository\junit\junit\3.8.1\junit-3.8.1-sources.jar-not-available
> > or something.
> >
> > And add a flag to force re-checking of source/javadoc availability.
> >
> > This way the not-available status is also shared across multiple
> projects.
> >
> > Thoughts?
> >
>
> --
> View this message in context:
> http://www.nabble.com/m-eclipse-p%3A-use-%7E-.m2-repository-for-cache-files--tp19566246p19574791.html
> Sent from the Maven Developers mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
..........................................................
Arnaud HERITIER
..........................................................
OCTO Technology - aheritier AT octo DOT com
www.octo.com | blog.octo.com
..........................................................
ASF - aheritier AT apache DOT org
www.apache.org | maven.apache.org
...........................................................

Reply via email to