Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-dev] How to build m2e source code

You need to build the maven runtime first.

from the m2e-core repo root folder, either :
cd m2e-maven-runtime
mvn clean install

or 
mvn -f m2e-maven-runtime/pom.xml clean install


On Sun, Apr 7, 2013 at 11:01 AM, Qien Lin <qienlin@xxxxxxxxxxxxxxxx> wrote:

Hi

 

Really thanks for your response. And now I am using maven(by command line in Windows) to build the m2e project and find several errors during building.

Please see the attachment. Thanks.

 

Best regards,

Daniel

 

From: m2e-dev-bounces@xxxxxxxxxxx [mailto:m2e-dev-bounces@xxxxxxxxxxx] On Behalf Of Warren, Paul
Sent: Sunday, April 07, 2013 4:10 PM


To: Maven Integration for Eclipse developers mailing list
Subject: Re: [m2e-dev] How to build m2e source code

 

It’s Tycho built I believe Daniel.  Check the plug-in as they should have pom.xml’s. One of them will be a master POM; i.e. it will have a <modules> section and drive the whole build.  Invoke one of the mvn build commands on that pom.

 

I think that is the way it works.

 

_Paul

 

From: m2e-dev-bounces@xxxxxxxxxxx [mailto:m2e-dev-bounces@xxxxxxxxxxx] On Behalf Of Fred Bricon
Sent: 07 April 2013 09:00
To: Maven Integration for Eclipse developers mailing list
Subject: Re: [m2e-dev] How to build m2e source code

 

You should find these infos in the wiki : http://wiki.eclipse.org/M2E_Development_Environment

 

On Sun, Apr 7, 2013 at 5:10 AM, Qien Lin <qienlin@xxxxxxxxxxxxxxxx> wrote:

Hi m2e team,

 

I am interested in m2e and want to read the source code in Eclipse. Now I’d like to build m2e source code to m2e plugin(jar), but I don’t  how to build it and found no related reference to it. Could you please figure it out for me ?

 

Best regards,

Daniel


_______________________________________________
m2e-dev mailing list
m2e-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-dev



 

--
"Have you tried turning it off and on again" - The IT Crowd


_______________________________________________
m2e-dev mailing list
m2e-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-dev




--
"Have you tried turning it off and on again" - The IT Crowd

Back to the top