Igor:
can you please consider the following
m2e core feature request:
add "an easily accessible m2e button"
which allows to run "Configure -> Convert to Maven Project"
on either working set or whole work space - all projects in
selection at once
depending where the mouse right click ends?
Thank you,
Andrei
-------- Original Message --------
Subject: Re: [m2e-dev] referesh dependencies
From: Igor Fedorenko <igor@xxxxxxxxxxxxxx>
To: m2e-dev@xxxxxxxxxxx
Date: Mon 05 Mar 2012 04:53:17 PM CST
Here
is the relevant javadoc from IMavenProjectRegistry
/**
* Performs requested Maven project update synchronously. In
other words, this method does not return until all
* affected projects have been updated and corresponding
MavenProjectChangeEvent's broadcast. This method acquires a
* lock on the workspace's root.
*/
public void refresh(MavenUpdateRequest request, IProgressMonitor
monitor) throws CoreException;
--
Regards,
Igor
On 12-03-05 4:17 PM, paul.warren@xxxxxxx wrote:
Hi Guys,
In my code I want to force a dependencies update and then wait
until I
know it is done before proceeding further.
What is the best/easiest way to make the
MavenPlugin./getMavenProjectRegistry/().refresh call
synchronous?
Cheers,
_Paul
_______________________________________________
m2e-dev mailing list
m2e-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-dev
_______________________________________________
m2e-dev mailing list
m2e-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-dev
|